#81385F

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

Shades of Rose Bud Cherry #81385F

Tints of Rose Bud Cherry #81385F

Color information

#81385F (or 0x81385F) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 38 and 5F. RGB value is (129,56,95). Sum of RGB (Red+Green+Blue) = 129+56+95=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #81385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81385F is #7EC7A0. Grayscale: #525252. Windows color (decimal): -8308641 or 6240385. OLE color: 6240385.

HSL color Cylindrical-coordinate representation of color #81385F: hue angle of 327.95º degrees, saturation: 0.39, 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 #81385F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1295695-
CMYK00.570.260.49
HSL327.95º39.46%36.27%-
HSV(B)327.95º56.59%50.59%-
XYZ12.538.3211.77-
YUV82.27135.18161.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=46.07%
G=20%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129569500.570.260.49327.9539.4636.27
Hex81385F0391A311482724
Octal2017013707132615104744
Binary100000011110001011111011100111010110001101001000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81385F; }

 p { color: rgb(129,56,95); }

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

<style>
 a { background-color: #81385F; }

 a { background-color: rgb(129,56,95); }

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

<style>
 span { border-color: #81385F; }

 span { border-color: rgb(129,56,95); }

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