Html Css Color HEX #822456 Rose Bud Cherry

📋 copy color: '#822456'

red 130 ◦ green 36 ◦ blue 86

#822456
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #822456

Tints of Rose Bud Cherry #822456

RGB

 RED value IS 130 (51.17% from 255) = 51.59%

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 51.59%
G = 14.29%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#822456 (or 0x822456) is known color: Rose Bud Cherry. HEX triplet: 82, 24 and 56. RGB value is (130,36,86). Sum of RGB (Red+Green+Blue) = 130+36+86=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #822456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822456 is #7DDBA9. Grayscale: #454545. Windows color (decimal): -8248234 or 5645442. OLE color: 5645442.

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

Color convert

RGB 130 36 86 -
CMYK 0 0.72 0.34 0.49
HSL 328.09º 0.57% 0.33% -
HSV(B) 328.09º 0.72% 0.51% -
XYZ 11.52 6.68 9.49 -
YUV 69.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 130 36 86 0 0.72 0.34 0.49 328.09 0.57 0.33
Hex 82 24 56 0 48 22 31 148 39 21
Octal 202 44 126 0 110 42 61 510 71 41
Binary 10000010 100100 1010110 0 1001000 100010 110001 101001000 111001 100001

Color Harmonies of #822456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822456

Black with #822456

Text Example


Text Example

White with #822456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822456; }

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

 H1.HeaderClassName
 {
   color: #822456;
 }
 .AnyTagClassName
 {
   color: #822456;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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