Html Css Color HEX #801529 Scarlett

📋 copy color: '#801529'

red 128 ◦ green 21 ◦ blue 41

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

Shades of Scarlett #801529

Tints of Scarlett #801529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.58%

R = 67.37%
G = 11.05%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#801529 (or 0x801529) is known color: Scarlett. HEX triplet: 80, 15 and 29. RGB value is (128,21,41). Sum of RGB (Red+Green+Blue) = 128+21+41=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #801529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801529 is #7FEAD6. Grayscale: #373737. Windows color (decimal): -8383191 or 2692480. OLE color: 2692480.

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

Color convert

RGB 128 21 41 -
CMYK 0 0.84 0.68 0.50
HSL 348.79º 0.72% 0.29% -
HSV(B) 348.79º 0.84% 0.5% -
XYZ 9.57 5.29 2.61 -
YUV 55.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 128 21 41 0 0.84 0.68 0.50 348.79 0.72 0.29
Hex 80 15 29 0 54 44 32 15D 48 1D
Octal 200 25 51 0 124 104 62 535 110 35
Binary 10000000 10101 101001 0 1010100 1000100 110010 101011101 1001000 11101

Color Harmonies of #801529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801529

Black with #801529

Text Example


Text Example

White with #801529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801529; }

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

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

background-color css

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

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

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

border-color css

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

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

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