Html Css Color HEX #822360 Rose Bud Cherry

📋 copy color: '#822360'

red 130 ◦ green 35 ◦ blue 96

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

Shades of Rose Bud Cherry #822360

Tints of Rose Bud Cherry #822360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 49.81%
G = 13.41%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#822360 (or 0x822360) is known color: Rose Bud Cherry. HEX triplet: 82, 23 and 60. RGB value is (130,35,96). Sum of RGB (Red+Green+Blue) = 130+35+96=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #822360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822360 is #7DDC9F. Grayscale: #464646. Windows color (decimal): -8248480 or 6300546. OLE color: 6300546.

HSL color Cylindrical-coordinate representation of color #822360: hue angle of 321.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822360 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 96 -
CMYK 0 0.73 0.26 0.49
HSL 321.47º 0.58% 0.32% -
HSV(B) 321.47º 0.73% 0.51% -
XYZ 11.92 6.79 11.75 -
YUV 70.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 130 35 96 0 0.73 0.26 0.49 321.47 0.58 0.32
Hex 82 23 60 0 49 1A 31 141 3A 20
Octal 202 43 140 0 111 32 61 501 72 40
Binary 10000010 100011 1100000 0 1001001 11010 110001 101000001 111010 100000

Color Harmonies of #822360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822360

Black with #822360

Text Example


Text Example

White with #822360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822360; }

 p { color: rgb(130,35,96); }

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

background-color css

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

 a { background-color: rgb(130,35,96); }

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

border-color css

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

 span { border-color: rgb(130,35,96); }

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