Html Css Color HEX #811529 Scarlett

📋 copy color: '#811529'

red 129 ◦ green 21 ◦ blue 41

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

Shades of Scarlett #811529

Tints of Scarlett #811529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 67.54%
G = 10.99%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#811529 (or 0x811529) is known color: Scarlett. HEX triplet: 81, 15 and 29. RGB value is (129,21,41). Sum of RGB (Red+Green+Blue) = 129+21+41=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #811529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811529 is #7EEAD6. Grayscale: #373737. Windows color (decimal): -8317655 or 2692481. OLE color: 2692481.

HSL color Cylindrical-coordinate representation of color #811529: hue angle of 348.89º 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 #811529 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 21 41 -
CMYK 0 0.84 0.68 0.49
HSL 348.89º 0.72% 0.29% -
HSV(B) 348.89º 0.84% 0.51% -
XYZ 9.72 5.36 2.62 -
YUV 55.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 129 21 41 0 0.84 0.68 0.49 348.89 0.72 0.29
Hex 81 15 29 0 54 44 31 15D 48 1D
Octal 201 25 51 0 124 104 61 535 110 35
Binary 10000001 10101 101001 0 1010100 1000100 110001 101011101 1001000 11101

Color Harmonies of #811529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811529

Black with #811529

Text Example


Text Example

White with #811529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811529; }

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

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

background-color css

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

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

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

border-color css

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

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

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