Html Css Color HEX #811A55 Rose Bud Cherry

📋 copy color: '#811A55'

red 129 ◦ green 26 ◦ blue 85

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

Shades of Rose Bud Cherry #811A55

Tints of Rose Bud Cherry #811A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.83%

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

R = 53.75%
G = 10.83%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#811A55 (or 0x811A55) is known color: Rose Bud Cherry. HEX triplet: 81, 1A and 55. RGB value is (129,26,85). Sum of RGB (Red+Green+Blue) = 129+26+85=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #811A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A55 is #7EE5AA. Grayscale: #3F3F3F. Windows color (decimal): -8316331 or 5577345. OLE color: 5577345.

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

Color convert

RGB 129 26 85 -
CMYK 0 0.80 0.34 0.49
HSL 325.63º 0.66% 0.3% -
HSV(B) 325.63º 0.8% 0.51% -
XYZ 11.06 6.06 9.18 -
YUV 63.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 129 26 85 0 0.80 0.34 0.49 325.63 0.66 0.3
Hex 81 1A 55 0 50 22 31 146 42 1E
Octal 201 32 125 0 120 42 61 506 102 36
Binary 10000001 11010 1010101 0 1010000 100010 110001 101000110 1000010 11110

Color Harmonies of #811A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A55

Black with #811A55

Text Example


Text Example

White with #811A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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