Html Css Color HEX #801328 Scarlett

📋 copy color: '#801328'

red 128 ◦ green 19 ◦ blue 40

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

Shades of Scarlett #801328

Tints of Scarlett #801328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 68.45%
G = 10.16%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#801328 (or 0x801328) is known color: Scarlett. HEX triplet: 80, 13 and 28. RGB value is (128,19,40). Sum of RGB (Red+Green+Blue) = 128+19+40=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #801328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801328 is #7FECD7. Grayscale: #363636. Windows color (decimal): -8383704 or 2626432. OLE color: 2626432.

HSL color Cylindrical-coordinate representation of color #801328: hue angle of 348.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801328 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 40 -
CMYK 0 0.85 0.69 0.50
HSL 348.44º 0.74% 0.29% -
HSV(B) 348.44º 0.85% 0.5% -
XYZ 9.52 5.21 2.51 -
YUV 53.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 128 19 40 0 0.85 0.69 0.50 348.44 0.74 0.29
Hex 80 13 28 0 55 45 32 15C 4A 1D
Octal 200 23 50 0 125 105 62 534 112 35
Binary 10000000 10011 101000 0 1010101 1000101 110010 101011100 1001010 11101

Color Harmonies of #801328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801328

Black with #801328

Text Example


Text Example

White with #801328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801328; }

 p { color: rgb(128,19,40); }

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

background-color css

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

 a { background-color: rgb(128,19,40); }

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

border-color css

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

 span { border-color: rgb(128,19,40); }

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