#82215A

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

Shades of Rose Bud Cherry #82215A

Tints of Rose Bud Cherry #82215A

Color information

#82215A (or 0x82215A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 21 and 5A. RGB value is (130,33,90). Sum of RGB (Red+Green+Blue) = 130+33+90=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #82215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82215A is #7DDEA5. Grayscale: #444444. Windows color (decimal): -8248998 or 5906818. OLE color: 5906818.

HSL color Cylindrical-coordinate representation of color #82215A: hue angle of 324.74º 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 #82215A is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1303390-
CMYK00.750.310.49
HSL324.74º59.51%31.96%-
HSV(B)324.74º74.62%50.98%-
XYZ11.66.5710.33-
YUV68.5140.14171.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=51.38%
G=13.04%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130339000.750.310.49324.7459.5131.96
Hex82215A04B1F311453c20
Octal20241132011337615057440
Binary1000001010000110110100100101111111110001101000101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82215A; }

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

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

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

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

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

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

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

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