Html Css Color HEX #802031 Scarlett

📋 copy color: '#802031'

red 128 ◦ green 32 ◦ blue 49

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

Shades of Scarlett #802031

Tints of Scarlett #802031

RGB

 RED value IS 128 (50.39% from 255) = 61.24%

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

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

R = 61.24%
G = 15.31%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#802031 (or 0x802031) is known color: Scarlett. HEX triplet: 80, 20 and 31. RGB value is (128,32,49). Sum of RGB (Red+Green+Blue) = 128+32+49=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #802031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802031 is #7FDFCE. Grayscale: #3E3E3E. Windows color (decimal): -8380367 or 3219584. OLE color: 3219584.

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

Color convert

RGB 128 32 49 -
CMYK 0 0.75 0.62 0.50
HSL 349.38º 0.6% 0.31% -
HSV(B) 349.38º 0.75% 0.5% -
XYZ 9.97 5.84 3.51 -
YUV 62.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 128 32 49 0 0.75 0.62 0.50 349.38 0.6 0.31
Hex 80 20 31 0 4B 3E 32 15D 3C 1F
Octal 200 40 61 0 113 76 62 535 74 37
Binary 10000000 100000 110001 0 1001011 111110 110010 101011101 111100 11111

Color Harmonies of #802031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802031

Black with #802031

Text Example


Text Example

White with #802031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802031; }

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

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

background-color css

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

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

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

border-color css

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

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

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