Html Css Color HEX #812155 Rose Bud Cherry

📋 copy color: '#812155'

red 129 ◦ green 33 ◦ blue 85

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

Shades of Rose Bud Cherry #812155

Tints of Rose Bud Cherry #812155

RGB

 RED value IS 129 (50.78% from 255) = 52.23%

 GREEN value IS 33 (13.28% from 255) = 13.36%

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 52.23%
G = 13.36%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#812155 (or 0x812155) is known color: Rose Bud Cherry. HEX triplet: 81, 21 and 55. RGB value is (129,33,85). Sum of RGB (Red+Green+Blue) = 129+33+85=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #812155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812155 is #7EDEAA. Grayscale: #434343. Windows color (decimal): -8314539 or 5579137. OLE color: 5579137.

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

Color convert

RGB 129 33 85 -
CMYK 0 0.74 0.34 0.49
HSL 327.5º 0.59% 0.32% -
HSV(B) 327.5º 0.74% 0.51% -
XYZ 11.24 6.41 9.24 -
YUV 67.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 129 33 85 0 0.74 0.34 0.49 327.5 0.59 0.32
Hex 81 21 55 0 4A 22 31 148 3B 20
Octal 201 41 125 0 112 42 61 510 73 40
Binary 10000001 100001 1010101 0 1001010 100010 110001 101001000 111011 100000

Color Harmonies of #812155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812155

Black with #812155

Text Example


Text Example

White with #812155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812155; }

 p { color: rgb(129,33,85); }

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

background-color css

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

 a { background-color: rgb(129,33,85); }

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

border-color css

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

 span { border-color: rgb(129,33,85); }

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