Html Css Color HEX #801528 Scarlett

📋 copy color: '#801528'

red 128 ◦ green 21 ◦ blue 40

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

Shades of Scarlett #801528

Tints of Scarlett #801528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 67.72%
G = 11.11%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#801528 (or 0x801528) is known color: Scarlett. HEX triplet: 80, 15 and 28. RGB value is (128,21,40). Sum of RGB (Red+Green+Blue) = 128+21+40=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #801528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801528 is #7FEAD7. Grayscale: #373737. Windows color (decimal): -8383192 or 2626944. OLE color: 2626944.

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

Color convert

RGB 128 21 40 -
CMYK 0 0.84 0.69 0.50
HSL 349.35º 0.72% 0.29% -
HSV(B) 349.35º 0.84% 0.5% -
XYZ 9.55 5.28 2.52 -
YUV 55.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 128 21 40 0 0.84 0.69 0.50 349.35 0.72 0.29
Hex 80 15 28 0 54 45 32 15D 48 1D
Octal 200 25 50 0 124 105 62 535 110 35
Binary 10000000 10101 101000 0 1010100 1000101 110010 101011101 1001000 11101

Color Harmonies of #801528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801528

Black with #801528

Text Example


Text Example

White with #801528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801528; }

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

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

background-color css

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

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

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

border-color css

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

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

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