Html Css Color HEX #811D59 Rose Bud Cherry

📋 copy color: '#811D59'

red 129 ◦ green 29 ◦ blue 89

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

Shades of Rose Bud Cherry #811D59

Tints of Rose Bud Cherry #811D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 52.23%
G = 11.74%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#811D59 (or 0x811D59) is known color: Rose Bud Cherry. HEX triplet: 81, 1D and 59. RGB value is (129,29,89). Sum of RGB (Red+Green+Blue) = 129+29+89=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #811D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D59 is #7EE2A6. Grayscale: #414141. Windows color (decimal): -8315559 or 5840257. OLE color: 5840257.

HSL color Cylindrical-coordinate representation of color #811D59: hue angle of 324º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D59 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 89 -
CMYK 0 0.78 0.31 0.49
HSL 324º 0.63% 0.31% -
HSV(B) 324º 0.78% 0.51% -
XYZ 11.3 6.27 10.07 -
YUV 65.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 129 29 89 0 0.78 0.31 0.49 324 0.63 0.31
Hex 81 1D 59 0 4E 1F 31 144 3F 1F
Octal 201 35 131 0 116 37 61 504 77 37
Binary 10000001 11101 1011001 0 1001110 11111 110001 101000100 111111 11111

Color Harmonies of #811D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D59

Black with #811D59

Text Example


Text Example

White with #811D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,29,89); }

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

background-color css

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

 a { background-color: rgb(129,29,89); }

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

border-color css

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

 span { border-color: rgb(129,29,89); }

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