#813958

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

Shades of Rose Bud Cherry #813958

Tints of Rose Bud Cherry #813958

Color information

#813958 (or 0x813958) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 39 and 58. RGB value is (129,57,88). Sum of RGB (Red+Green+Blue) = 129+57+88=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #813958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813958 is #7EC6A7. Grayscale: #525252. Windows color (decimal): -8308392 or 5781889. OLE color: 5781889.

HSL color Cylindrical-coordinate representation of color #813958: hue angle of 334.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #813958 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1295788-
CMYK00.560.320.49
HSL334.17º38.71%36.47%-
HSV(B)334.17º55.81%50.59%-
XYZ12.288.310.19-
YUV82.06131.35161.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=47.08%
G=20.80%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129578800.560.320.49334.1738.7136.47
Hex813958038203114e2724
Octal2017113007040615164744
Binary1000000111100110110000111000100000110001101001110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813958; }

 p { color: rgb(129,57,88); }

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

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

 a { background-color: rgb(129,57,88); }

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

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

 span { border-color: rgb(129,57,88); }

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