#82245E

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

Shades of Rose Bud Cherry #82245E

Tints of Rose Bud Cherry #82245E

Color information

#82245E (or 0x82245E) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 24 and 5E. RGB value is (130,36,94). Sum of RGB (Red+Green+Blue) = 130+36+94=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82245E is #7DDBA1. Grayscale: #464646. Windows color (decimal): -8248226 or 6169730. OLE color: 6169730.

HSL color Cylindrical-coordinate representation of color #82245E: hue angle of 322.98º 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 #82245E is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1303694-
CMYK00.720.280.49
HSL322.98º56.63%32.55%-
HSV(B)322.98º72.31%50.98%-
XYZ11.866.8211.28-
YUV70.72141.14170.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=50%
G=13.85%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130369400.720.280.49322.9856.6332.55
Hex82245E0481C311433921
Octal20244136011034615037141
Binary1000001010010010111100100100011100110001101000011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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