Html Css Color HEX #801C33 Scarlett

📋 copy color: '#801C33'

red 128 ◦ green 28 ◦ blue 51

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

Shades of Scarlett #801C33

Tints of Scarlett #801C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.64%

R = 61.84%
G = 13.53%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#801C33 (or 0x801C33) is known color: Scarlett. HEX triplet: 80, 1C and 33. RGB value is (128,28,51). Sum of RGB (Red+Green+Blue) = 128+28+51=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #801C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C33 is #7FE3CC. Grayscale: #3C3C3C. Windows color (decimal): -8381389 or 3349632. OLE color: 3349632.

HSL color Cylindrical-coordinate representation of color #801C33: hue angle of 346.2º 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 #801C33 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 28 51 -
CMYK 0 0.78 0.60 0.50
HSL 346.2º 0.64% 0.31% -
HSV(B) 346.2º 0.78% 0.5% -
XYZ 9.91 5.66 3.7 -
YUV 60.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 128 28 51 0 0.78 0.60 0.50 346.2 0.64 0.31
Hex 80 1C 33 0 4E 3C 32 15A 40 1F
Octal 200 34 63 0 116 74 62 532 100 37
Binary 10000000 11100 110011 0 1001110 111100 110010 101011010 1000000 11111

Color Harmonies of #801C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C33

Black with #801C33

Text Example


Text Example

White with #801C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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