#813466

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

Shades of Rose Bud Cherry #813466

Tints of Rose Bud Cherry #813466

Color information

#813466 (or 0x813466) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 34 and 66. RGB value is (129,52,102). Sum of RGB (Red+Green+Blue) = 129+52+102=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #813466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813466 is #7ECB99. Grayscale: #505050. Windows color (decimal): -8309658 or 6698113. OLE color: 6698113.

HSL color Cylindrical-coordinate representation of color #813466: hue angle of 321.04º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813466 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB12952102-
CMYK00.600.210.49
HSL321.04º42.54%35.49%-
HSV(B)321.04º59.69%50.59%-
XYZ12.688.0813.46-
YUV80.72140.01162.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=45.58%
G=18.37%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295210200.600.210.49321.0442.5435.49
Hex81346603C15311412b23
Octal2016414607425615015343
Binary100000011101001100110011110010101110001101000001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813466; }

 p { color: rgb(129,52,102); }

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

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

 a { background-color: rgb(129,52,102); }

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

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

 span { border-color: rgb(129,52,102); }

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