Html Css Color HEX #811559 Rose Bud Cherry

📋 copy color: '#811559'

red 129 ◦ green 21 ◦ blue 89

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

Shades of Rose Bud Cherry #811559

Tints of Rose Bud Cherry #811559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

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

R = 53.97%
G = 8.79%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#811559 (or 0x811559) is known color: Rose Bud Cherry. HEX triplet: 81, 15 and 59. RGB value is (129,21,89). Sum of RGB (Red+Green+Blue) = 129+21+89=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #811559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811559 is #7EEAA6. Grayscale: #3C3C3C. Windows color (decimal): -8317607 or 5838209. OLE color: 5838209.

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

Color convert

RGB 129 21 89 -
CMYK 0 0.84 0.31 0.49
HSL 322.22º 0.72% 0.29% -
HSV(B) 322.22º 0.84% 0.51% -
XYZ 11.12 5.92 10.01 -
YUV 61.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 129 21 89 0 0.84 0.31 0.49 322.22 0.72 0.29
Hex 81 15 59 0 54 1F 31 142 48 1D
Octal 201 25 131 0 124 37 61 502 110 35
Binary 10000001 10101 1011001 0 1010100 11111 110001 101000010 1001000 11101

Color Harmonies of #811559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811559

Black with #811559

Text Example


Text Example

White with #811559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811559; }

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

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

background-color css

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

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

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

border-color css

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

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

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