Html Css Color HEX #811E59 Rose Bud Cherry

📋 copy color: '#811E59'

red 129 ◦ green 30 ◦ blue 89

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

Shades of Rose Bud Cherry #811E59

Tints of Rose Bud Cherry #811E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

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

R = 52.02%
G = 12.1%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#811E59 (or 0x811E59) is known color: Rose Bud Cherry. HEX triplet: 81, 1E and 59. RGB value is (129,30,89). Sum of RGB (Red+Green+Blue) = 129+30+89=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #811E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811E59 is #7EE1A6. Grayscale: #424242. Windows color (decimal): -8315303 or 5840513. OLE color: 5840513.

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

Color convert

RGB 129 30 89 -
CMYK 0 0.77 0.31 0.49
HSL 324.24º 0.62% 0.31% -
HSV(B) 324.24º 0.77% 0.51% -
XYZ 11.32 6.32 10.07 -
YUV 66.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 129 30 89 0 0.77 0.31 0.49 324.24 0.62 0.31
Hex 81 1E 59 0 4D 1F 31 144 3E 1F
Octal 201 36 131 0 115 37 61 504 76 37
Binary 10000001 11110 1011001 0 1001101 11111 110001 101000100 111110 11111

Color Harmonies of #811E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811E59

Black with #811E59

Text Example


Text Example

White with #811E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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