Html Css Color HEX #822454 Rose Bud Cherry

📋 copy color: '#822454'

red 130 ◦ green 36 ◦ blue 84

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

Shades of Rose Bud Cherry #822454

Tints of Rose Bud Cherry #822454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 52%
G = 14.4%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#822454 (or 0x822454) is known color: Rose Bud Cherry. HEX triplet: 82, 24 and 54. RGB value is (130,36,84). Sum of RGB (Red+Green+Blue) = 130+36+84=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #822454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822454 is #7DDBAB. Grayscale: #454545. Windows color (decimal): -8248236 or 5514370. OLE color: 5514370.

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

Color convert

RGB 130 36 84 -
CMYK 0 0.72 0.35 0.49
HSL 329.36º 0.57% 0.33% -
HSV(B) 329.36º 0.72% 0.51% -
XYZ 11.44 6.65 9.07 -
YUV 69.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 130 36 84 0 0.72 0.35 0.49 329.36 0.57 0.33
Hex 82 24 54 0 48 23 31 149 39 21
Octal 202 44 124 0 110 43 61 511 71 41
Binary 10000010 100100 1010100 0 1001000 100011 110001 101001001 111001 100001

Color Harmonies of #822454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822454

Black with #822454

Text Example


Text Example

White with #822454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822454; }

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

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

background-color css

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

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

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

border-color css

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

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

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