Html Css Color HEX #801C34 Scarlett

📋 copy color: '#801C34'

red 128 ◦ green 28 ◦ blue 52

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

Shades of Scarlett #801C34

Tints of Scarlett #801C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

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

R = 61.54%
G = 13.46%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#801C34 (or 0x801C34) is known color: Scarlett. HEX triplet: 80, 1C and 34. RGB value is (128,28,52). Sum of RGB (Red+Green+Blue) = 128+28+52=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #801C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C34 is #7FE3CB. Grayscale: #3C3C3C. Windows color (decimal): -8381388 or 3415168. OLE color: 3415168.

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

Color convert

RGB 128 28 52 -
CMYK 0 0.78 0.59 0.50
HSL 345.6º 0.64% 0.31% -
HSV(B) 345.6º 0.78% 0.5% -
XYZ 9.94 5.67 3.82 -
YUV 60.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 128 28 52 0 0.78 0.59 0.50 345.6 0.64 0.31
Hex 80 1C 34 0 4E 3B 32 15A 40 1F
Octal 200 34 64 0 116 73 62 532 100 37
Binary 10000000 11100 110100 0 1001110 111011 110010 101011010 1000000 11111

Color Harmonies of #801C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C34

Black with #801C34

Text Example


Text Example

White with #801C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,28,52); }

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

background-color css

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

 a { background-color: rgb(128,28,52); }

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

border-color css

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

 span { border-color: rgb(128,28,52); }

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