Html Css Color HEX #811436 Scarlett

📋 copy color: '#811436'

red 129 ◦ green 20 ◦ blue 54

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

Shades of Scarlett #811436

Tints of Scarlett #811436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

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

R = 63.55%
G = 9.85%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#811436 (or 0x811436) is known color: Scarlett. HEX triplet: 81, 14 and 36. RGB value is (129,20,54). Sum of RGB (Red+Green+Blue) = 129+20+54=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #811436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811436 is #7EEBC9. Grayscale: #383838. Windows color (decimal): -8317898 or 3544193. OLE color: 3544193.

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

Color convert

RGB 129 20 54 -
CMYK 0 0.84 0.58 0.49
HSL 341.28º 0.73% 0.29% -
HSV(B) 341.28º 0.84% 0.51% -
XYZ 9.97 5.43 4.01 -
YUV 56.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 129 20 54 0 0.84 0.58 0.49 341.28 0.73 0.29
Hex 81 14 36 0 54 3A 31 155 49 1D
Octal 201 24 66 0 124 72 61 525 111 35
Binary 10000001 10100 110110 0 1010100 111010 110001 101010101 1001001 11101

Color Harmonies of #811436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811436

Black with #811436

Text Example


Text Example

White with #811436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811436; }

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

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

background-color css

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

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

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

border-color css

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

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

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