Html Css Color HEX #822558 Rose Bud Cherry

📋 copy color: '#822558'

red 130 ◦ green 37 ◦ blue 88

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

Shades of Rose Bud Cherry #822558

Tints of Rose Bud Cherry #822558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 50.98%
G = 14.51%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#822558 (or 0x822558) is known color: Rose Bud Cherry. HEX triplet: 82, 25 and 58. RGB value is (130,37,88). Sum of RGB (Red+Green+Blue) = 130+37+88=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #822558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822558 is #7DDAA7. Grayscale: #464646. Windows color (decimal): -8247976 or 5776770. OLE color: 5776770.

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

Color convert

RGB 130 37 88 -
CMYK 0 0.72 0.32 0.49
HSL 327.1º 0.56% 0.33% -
HSV(B) 327.1º 0.72% 0.51% -
XYZ 11.63 6.77 9.93 -
YUV 70.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 130 37 88 0 0.72 0.32 0.49 327.1 0.56 0.33
Hex 82 25 58 0 48 20 31 147 38 21
Octal 202 45 130 0 110 40 61 507 70 41
Binary 10000010 100101 1011000 0 1001000 100000 110001 101000111 111000 100001

Color Harmonies of #822558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822558

Black with #822558

Text Example


Text Example

White with #822558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822558; }

 p { color: rgb(130,37,88); }

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

background-color css

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

 a { background-color: rgb(130,37,88); }

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

border-color css

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

 span { border-color: rgb(130,37,88); }

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