Html Css Color HEX #801526 Scarlett

📋 copy color: '#801526'

red 128 ◦ green 21 ◦ blue 38

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

Shades of Scarlett #801526

Tints of Scarlett #801526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 68.45%
G = 11.23%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#801526 (or 0x801526) is known color: Scarlett. HEX triplet: 80, 15 and 26. RGB value is (128,21,38). Sum of RGB (Red+Green+Blue) = 128+21+38=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #801526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801526 is #7FEAD9. Grayscale: #363636. Windows color (decimal): -8383194 or 2495872. OLE color: 2495872.

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

Color convert

RGB 128 21 38 -
CMYK 0 0.84 0.70 0.50
HSL 350.47º 0.72% 0.29% -
HSV(B) 350.47º 0.84% 0.5% -
XYZ 9.52 5.27 2.35 -
YUV 54.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 128 21 38 0 0.84 0.70 0.50 350.47 0.72 0.29
Hex 80 15 26 0 54 46 32 15E 48 1D
Octal 200 25 46 0 124 106 62 536 110 35
Binary 10000000 10101 100110 0 1010100 1000110 110010 101011110 1001000 11101

Color Harmonies of #801526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801526

Black with #801526

Text Example


Text Example

White with #801526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801526; }

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

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

background-color css

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

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

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

border-color css

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

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

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