#822450

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

Shades of Rose Bud Cherry #822450

Tints of Rose Bud Cherry #822450

Color information

#822450 (or 0x822450) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 24 and 50. RGB value is (130,36,80). Sum of RGB (Red+Green+Blue) = 130+36+80=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #822450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822450 is #7DDBAF. Grayscale: #454545. Windows color (decimal): -8248240 or 5252226. OLE color: 5252226.

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

Color convert

RGB1303680-
CMYK00.720.380.49
HSL331.91º56.63%32.55%-
HSV(B)331.91º72.31%50.98%-
XYZ11.286.598.27-
YUV69.12134.14171.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=52.85%
G=14.63%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130368000.720.380.49331.9156.6332.55
Hex822450048263114c3921
Octal20244120011046615147141
Binary10000010100100101000001001000100110110001101001100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822450; }

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

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

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

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

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

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

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

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