#821356

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

Shades of Rose Bud Cherry #821356

Tints of Rose Bud Cherry #821356

Color information

#821356 (or 0x821356) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 13 and 56. RGB value is (130,19,86). Sum of RGB (Red+Green+Blue) = 130+19+86=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #821356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821356 is #7DECA9. Grayscale: #3B3B3B. Windows color (decimal): -8252586 or 5641090. OLE color: 5641090.

HSL color Cylindrical-coordinate representation of color #821356: hue angle of 323.78º 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 #821356 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1301986-
CMYK00.850.340.49
HSL323.78º74.5%29.22%-
HSV(B)323.78º85.38%50.98%-
XYZ11.125.889.35-
YUV59.83142.77178.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=55.32%
G=8.09%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130198600.850.340.49323.7874.529.22
Hex82135605522311444a1d
Octal202231260125426150411235
Binary1000001010011101011001010101100010110001101000100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821356; }

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

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

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

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

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

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

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

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