Html Css Color HEX #822C63 Rose Bud Cherry

📋 copy color: '#822C63'

red 130 ◦ green 44 ◦ blue 99

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

Shades of Rose Bud Cherry #822C63

Tints of Rose Bud Cherry #822C63

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 99 (39.06% from 255) = 36.26%

R = 47.62%
G = 16.12%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#822C63 (or 0x822C63) is known color: Rose Bud Cherry. HEX triplet: 82, 2C and 63. RGB value is (130,44,99). Sum of RGB (Red+Green+Blue) = 130+44+99=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #822C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822C63 is #7DD39C. Grayscale: #4B4B4B. Windows color (decimal): -8246173 or 6499458. OLE color: 6499458.

HSL color Cylindrical-coordinate representation of color #822C63: hue angle of 321.63º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #822C63 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 44 99 -
CMYK 0 0.66 0.24 0.49
HSL 321.63º 0.49% 0.34% -
HSV(B) 321.63º 0.66% 0.51% -
XYZ 12.36 7.45 12.59 -
YUV 75.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 130 44 99 0 0.66 0.24 0.49 321.63 0.49 0.34
Hex 82 2C 63 0 42 18 31 142 31 22
Octal 202 54 143 0 102 30 61 502 61 42
Binary 10000010 101100 1100011 0 1000010 11000 110001 101000010 110001 100010

Color Harmonies of #822C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C63

Black with #822C63

Text Example


Text Example

White with #822C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822C63; }

 p { color: rgb(130,44,99); }

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

background-color css

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

 a { background-color: rgb(130,44,99); }

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

border-color css

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

 span { border-color: rgb(130,44,99); }

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