Html Css Color HEX #801B28 Scarlett

📋 copy color: '#801B28'

red 128 ◦ green 27 ◦ blue 40

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

Shades of Scarlett #801B28

Tints of Scarlett #801B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.85%

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

R = 65.64%
G = 13.85%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#801B28 (or 0x801B28) is known color: Scarlett. HEX triplet: 80, 1B and 28. RGB value is (128,27,40). Sum of RGB (Red+Green+Blue) = 128+27+40=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #801B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801B28 is #7FE4D7. Grayscale: #3A3A3A. Windows color (decimal): -8381656 or 2628480. OLE color: 2628480.

HSL color Cylindrical-coordinate representation of color #801B28: hue angle of 352.28º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #801B28 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 27 40 -
CMYK 0 0.79 0.69 0.50
HSL 352.28º 0.65% 0.3% -
HSV(B) 352.28º 0.79% 0.5% -
XYZ 9.68 5.53 2.56 -
YUV 58.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 128 27 40 0 0.79 0.69 0.50 352.28 0.65 0.3
Hex 80 1B 28 0 4F 45 32 160 41 1E
Octal 200 33 50 0 117 105 62 540 101 36
Binary 10000000 11011 101000 0 1001111 1000101 110010 101100000 1000001 11110

Color Harmonies of #801B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801B28

Black with #801B28

Text Example


Text Example

White with #801B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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