#821352

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

Shades of Rose Bud Cherry #821352

Tints of Rose Bud Cherry #821352

Color information

#821352 (or 0x821352) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 13 and 52. RGB value is (130,19,82). Sum of RGB (Red+Green+Blue) = 130+19+82=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #821352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821352 is #7DECAD. Grayscale: #3B3B3B. Windows color (decimal): -8252590 or 5378946. OLE color: 5378946.

HSL color Cylindrical-coordinate representation of color #821352: hue angle of 325.95º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821352 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1301982-
CMYK00.850.370.49
HSL325.95º74.5%29.22%-
HSV(B)325.95º85.38%50.98%-
XYZ10.965.828.53-
YUV59.37140.77178.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=56.28%
G=8.23%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130198200.850.370.49325.9574.529.22
Hex82135205525311464a1d
Octal202231220125456150611235
Binary1000001010011101001001010101100101110001101000110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821352; }

 p { color: rgb(130,19,82); }

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

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

 a { background-color: rgb(130,19,82); }

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

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

 span { border-color: rgb(130,19,82); }

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