Html Css Color HEX #822353 Rose Bud Cherry

📋 copy color: '#822353'

red 130 ◦ green 35 ◦ blue 83

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

Shades of Rose Bud Cherry #822353

Tints of Rose Bud Cherry #822353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 52.42%
G = 14.11%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#822353 (or 0x822353) is known color: Rose Bud Cherry. HEX triplet: 82, 23 and 53. RGB value is (130,35,83). Sum of RGB (Red+Green+Blue) = 130+35+83=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #822353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822353 is #7DDCAC. Grayscale: #444444. Windows color (decimal): -8248493 or 5448578. OLE color: 5448578.

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

Color convert

RGB 130 35 83 -
CMYK 0 0.73 0.36 0.49
HSL 329.68º 0.58% 0.32% -
HSV(B) 329.68º 0.73% 0.51% -
XYZ 11.37 6.57 8.85 -
YUV 68.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 130 35 83 0 0.73 0.36 0.49 329.68 0.58 0.32
Hex 82 23 53 0 49 24 31 14A 3A 20
Octal 202 43 123 0 111 44 61 512 72 40
Binary 10000010 100011 1010011 0 1001001 100100 110001 101001010 111010 100000

Color Harmonies of #822353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822353

Black with #822353

Text Example


Text Example

White with #822353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822353; }

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

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

background-color css

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

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

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

border-color css

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

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

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