Html Css Color HEX #801327 Scarlett

📋 copy color: '#801327'

red 128 ◦ green 19 ◦ blue 39

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

Shades of Scarlett #801327

Tints of Scarlett #801327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.97%

R = 68.82%
G = 10.22%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#801327 (or 0x801327) is known color: Scarlett. HEX triplet: 80, 13 and 27. RGB value is (128,19,39). Sum of RGB (Red+Green+Blue) = 128+19+39=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #801327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801327 is #7FECD8. Grayscale: #353535. Windows color (decimal): -8383705 or 2560896. OLE color: 2560896.

HSL color Cylindrical-coordinate representation of color #801327: hue angle of 348.99º 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 #801327 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 39 -
CMYK 0 0.85 0.70 0.50
HSL 348.99º 0.74% 0.29% -
HSV(B) 348.99º 0.85% 0.5% -
XYZ 9.5 5.2 2.42 -
YUV 53.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 128 19 39 0 0.85 0.70 0.50 348.99 0.74 0.29
Hex 80 13 27 0 55 46 32 15D 4A 1D
Octal 200 23 47 0 125 106 62 535 112 35
Binary 10000000 10011 100111 0 1010101 1000110 110010 101011101 1001010 11101

Color Harmonies of #801327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801327

Black with #801327

Text Example


Text Example

White with #801327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801327; }

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

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

background-color css

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

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

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

border-color css

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

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

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