#812754

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

Shades of Rose Bud Cherry #812754

Tints of Rose Bud Cherry #812754

Color information

#812754 (or 0x812754) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 27 and 54. RGB value is (129,39,84). Sum of RGB (Red+Green+Blue) = 129+39+84=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #812754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812754 is #7ED8AB. Grayscale: #464646. Windows color (decimal): -8313004 or 5515137. OLE color: 5515137.

HSL color Cylindrical-coordinate representation of color #812754: hue angle of 330º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812754 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1293984-
CMYK00.700.350.49
HSL330º53.57%32.94%-
HSV(B)330º69.77%50.59%-
XYZ11.386.769.09-
YUV71.04135.32169.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=51.19%
G=15.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129398400.700.350.4933053.5732.94
Hex812754046233114a3621
Octal20147124010643615126641
Binary10000001100111101010001000110100011110001101001010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812754; }

 p { color: rgb(129,39,84); }

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

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

 a { background-color: rgb(129,39,84); }

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

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

 span { border-color: rgb(129,39,84); }

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