Html Css Color HEX #812031 Scarlett

📋 copy color: '#812031'

red 129 ◦ green 32 ◦ blue 49

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

Shades of Scarlett #812031

Tints of Scarlett #812031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 61.43%
G = 15.24%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#812031 (or 0x812031) is known color: Scarlett. HEX triplet: 81, 20 and 31. RGB value is (129,32,49). Sum of RGB (Red+Green+Blue) = 129+32+49=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #812031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812031 is #7EDFCE. Grayscale: #3E3E3E. Windows color (decimal): -8314831 or 3219585. OLE color: 3219585.

HSL color Cylindrical-coordinate representation of color #812031: hue angle of 349.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812031 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 49 -
CMYK 0 0.75 0.62 0.49
HSL 349.48º 0.6% 0.32% -
HSV(B) 349.48º 0.75% 0.51% -
XYZ 10.12 5.92 3.52 -
YUV 62.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 129 32 49 0 0.75 0.62 0.49 349.48 0.6 0.32
Hex 81 20 31 0 4B 3E 31 15D 3C 20
Octal 201 40 61 0 113 76 61 535 74 40
Binary 10000001 100000 110001 0 1001011 111110 110001 101011101 111100 100000

Color Harmonies of #812031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812031

Black with #812031

Text Example


Text Example

White with #812031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812031; }

 p { color: rgb(129,32,49); }

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

background-color css

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

 a { background-color: rgb(129,32,49); }

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

border-color css

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

 span { border-color: rgb(129,32,49); }

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