#822151

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

Shades of Rose Bud Cherry #822151

Tints of Rose Bud Cherry #822151

Color information

#822151 (or 0x822151) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 21 and 51. RGB value is (130,33,81). Sum of RGB (Red+Green+Blue) = 130+33+81=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #822151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822151 is #7DDEAE. Grayscale: #434343. Windows color (decimal): -8249007 or 5316994. OLE color: 5316994.

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

Color convert

RGB1303381-
CMYK00.750.380.49
HSL330.31º59.51%31.96%-
HSV(B)330.31º74.62%50.98%-
XYZ11.236.438.43-
YUV67.47135.64172.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=53.28%
G=13.52%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130338100.750.380.49330.3159.5131.96
Hex82215104B263114a3c20
Octal20241121011346615127440
Binary10000010100001101000101001011100110110001101001010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822151; }

 p { color: rgb(130,33,81); }

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

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

 a { background-color: rgb(130,33,81); }

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

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

 span { border-color: rgb(130,33,81); }

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