Html Css Color HEX #811D52 Rose Bud Cherry

📋 copy color: '#811D52'

red 129 ◦ green 29 ◦ blue 82

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

Shades of Rose Bud Cherry #811D52

Tints of Rose Bud Cherry #811D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 53.75%
G = 12.08%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#811D52 (or 0x811D52) is known color: Rose Bud Cherry. HEX triplet: 81, 1D and 52. RGB value is (129,29,82). Sum of RGB (Red+Green+Blue) = 129+29+82=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #811D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D52 is #7EE2AD. Grayscale: #404040. Windows color (decimal): -8315566 or 5381505. OLE color: 5381505.

HSL color Cylindrical-coordinate representation of color #811D52: hue angle of 328.2º 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 #811D52 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 82 -
CMYK 0 0.78 0.36 0.49
HSL 328.2º 0.63% 0.31% -
HSV(B) 328.2º 0.78% 0.51% -
XYZ 11.02 6.16 8.59 -
YUV 64.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 129 29 82 0 0.78 0.36 0.49 328.2 0.63 0.31
Hex 81 1D 52 0 4E 24 31 148 3F 1F
Octal 201 35 122 0 116 44 61 510 77 37
Binary 10000001 11101 1010010 0 1001110 100100 110001 101001000 111111 11111

Color Harmonies of #811D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D52

Black with #811D52

Text Example


Text Example

White with #811D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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