#822850

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

Shades of Rose Bud Cherry #822850

Tints of Rose Bud Cherry #822850

Color information

#822850 (or 0x822850) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 28 and 50. RGB value is (130,40,80). Sum of RGB (Red+Green+Blue) = 130+40+80=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #822850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822850 is #7DD7AF. Grayscale: #474747. Windows color (decimal): -8247216 or 5253250. OLE color: 5253250.

HSL color Cylindrical-coordinate representation of color #822850: hue angle of 333.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822850 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1304080-
CMYK00.690.380.49
HSL333.33º52.94%33.33%-
HSV(B)333.33º69.23%50.98%-
XYZ11.416.848.31-
YUV71.47132.82169.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 80 (31.64% from 255) = 32%
R=52%
G=16%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130408000.690.380.49333.3352.9433.33
Hex822850045263114d3521
Octal20250120010546615156541
Binary10000010101000101000001000101100110110001101001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822850; }

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

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

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

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

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

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

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

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