Html Css Color HEX #811336 Scarlett

📋 copy color: '#811336'

red 129 ◦ green 19 ◦ blue 54

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

Shades of Scarlett #811336

Tints of Scarlett #811336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 63.86%
G = 9.41%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#811336 (or 0x811336) is known color: Scarlett. HEX triplet: 81, 13 and 36. RGB value is (129,19,54). Sum of RGB (Red+Green+Blue) = 129+19+54=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #811336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811336 is #7EECC9. Grayscale: #373737. Windows color (decimal): -8318154 or 3543937. OLE color: 3543937.

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

Color convert

RGB 129 19 54 -
CMYK 0 0.85 0.58 0.49
HSL 340.91º 0.74% 0.29% -
HSV(B) 340.91º 0.85% 0.51% -
XYZ 9.95 5.4 4.01 -
YUV 55.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 129 19 54 0 0.85 0.58 0.49 340.91 0.74 0.29
Hex 81 13 36 0 55 3A 31 155 4A 1D
Octal 201 23 66 0 125 72 61 525 112 35
Binary 10000001 10011 110110 0 1010101 111010 110001 101010101 1001010 11101

Color Harmonies of #811336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811336

Black with #811336

Text Example


Text Example

White with #811336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811336; }

 p { color: rgb(129,19,54); }

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

background-color css

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

 a { background-color: rgb(129,19,54); }

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

border-color css

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

 span { border-color: rgb(129,19,54); }

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