#81375E

Color #81375E Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #81375E

Tints of Rose Bud Cherry #81375E

Color information

#81375E (or 0x81375E) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 37 and 5E. RGB value is (129,55,94). Sum of RGB (Red+Green+Blue) = 129+55+94=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #81375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81375E is #7EC8A1. Grayscale: #515151. Windows color (decimal): -8308898 or 6174593. OLE color: 6174593.

HSL color Cylindrical-coordinate representation of color #81375E: hue angle of 328.38º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81375E is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1295594-
CMYK00.570.270.49
HSL328.38º40.22%36.08%-
HSV(B)328.38º57.36%50.59%-
XYZ12.448.2111.52-
YUV81.57135.02161.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=46.40%
G=19.78%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129559400.570.270.49328.3840.2236.08
Hex81375E0391B311482824
Octal2016713607133615105044
Binary100000011101111011110011100111011110001101001000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81375E; }

 p { color: rgb(129,55,94); }

 H1.HeaderClassName
 {
   color: #81375E;
 }
 .AnyTagClassName
 {
   color: #81375E;
 }
</style>
background-color css

<style>
 a { background-color: #81375E; }

 a { background-color: rgb(129,55,94); }

 div.DivClassName
 {
   background-color: #81375E;
 }
 .BgClassName
 {
   background-color: #81375E;
 }
</style>
border-color css

<style>
 span { border-color: #81375E; }

 span { border-color: rgb(129,55,94); }

 td.TdClassName
 {
   border-color: #81375E;
 }
 .TagClassName
 {
   border-color: #81375E;
 }
</style>