Html Css Color HEX #801D3C Scarlett

📋 copy color: '#801D3C'

red 128 ◦ green 29 ◦ blue 60

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

Shades of Scarlett #801D3C

Tints of Scarlett #801D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.36%

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 58.99%
G = 13.36%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#801D3C (or 0x801D3C) is known color: Scarlett. HEX triplet: 80, 1D and 3C. RGB value is (128,29,60). Sum of RGB (Red+Green+Blue) = 128+29+60=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #801D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D3C is #7FE2C3. Grayscale: #3E3E3E. Windows color (decimal): -8381124 or 3939712. OLE color: 3939712.

HSL color Cylindrical-coordinate representation of color #801D3C: hue angle of 341.21º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D3C is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 29 60 -
CMYK 0 0.77 0.53 0.50
HSL 341.21º 0.63% 0.31% -
HSV(B) 341.21º 0.77% 0.5% -
XYZ 10.16 5.79 4.86 -
YUV 62.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 128 29 60 0 0.77 0.53 0.50 341.21 0.63 0.31
Hex 80 1D 3C 0 4D 35 32 155 3F 1F
Octal 200 35 74 0 115 65 62 525 77 37
Binary 10000000 11101 111100 0 1001101 110101 110010 101010101 111111 11111

Color Harmonies of #801D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D3C

Black with #801D3C

Text Example


Text Example

White with #801D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801D3C; }

 p { color: rgb(128,29,60); }

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

background-color css

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

 a { background-color: rgb(128,29,60); }

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

border-color css

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

 span { border-color: rgb(128,29,60); }

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