Html Css Color HEX #811434 Scarlett

📋 copy color: '#811434'

red 129 ◦ green 20 ◦ blue 52

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

Shades of Scarlett #811434

Tints of Scarlett #811434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.87%

R = 64.18%
G = 9.95%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#811434 (or 0x811434) is known color: Scarlett. HEX triplet: 81, 14 and 34. RGB value is (129,20,52). Sum of RGB (Red+Green+Blue) = 129+20+52=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #811434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811434 is #7EEBCB. Grayscale: #383838. Windows color (decimal): -8317900 or 3413121. OLE color: 3413121.

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

Color convert

RGB 129 20 52 -
CMYK 0 0.84 0.60 0.49
HSL 342.39º 0.73% 0.29% -
HSV(B) 342.39º 0.84% 0.51% -
XYZ 9.92 5.42 3.77 -
YUV 56.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 129 20 52 0 0.84 0.60 0.49 342.39 0.73 0.29
Hex 81 14 34 0 54 3C 31 156 49 1D
Octal 201 24 64 0 124 74 61 526 111 35
Binary 10000001 10100 110100 0 1010100 111100 110001 101010110 1001001 11101

Color Harmonies of #811434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811434

Black with #811434

Text Example


Text Example

White with #811434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811434; }

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

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

background-color css

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

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

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

border-color css

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

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

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