#82245a

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

Shades of Rose Bud Cherry #82245A

Tints of Rose Bud Cherry #82245A

Color information

#82245A (or 0x82245A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 24 and 5A. RGB value is (130,36,90). Sum of RGB (Red+Green+Blue) = 130+36+90=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82245A is #7DDBA5. Grayscale: #464646. Windows color (decimal): -8248230 or 5907586. OLE color: 5907586.

HSL color Cylindrical-coordinate representation of color #82245A: hue angle of 325.53º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82245A is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1303690-
CMYK00.720.310.49
HSL325.53º56.63%32.55%-
HSV(B)325.53º72.31%50.98%-
XYZ11.686.7510.36-
YUV70.26139.14170.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=50.78%
G=14.06%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130369000.720.310.49325.5356.6332.55
Hex82245A0481F311463921
Octal20244132011037615067141
Binary1000001010010010110100100100011111110001101000110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82245a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82245a; }

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

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

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

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

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

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

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

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