Html Css Color HEX #801629 Scarlett

📋 copy color: '#801629'

red 128 ◦ green 22 ◦ blue 41

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

Shades of Scarlett #801629

Tints of Scarlett #801629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 67.02%
G = 11.52%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#801629 (or 0x801629) is known color: Scarlett. HEX triplet: 80, 16 and 29. RGB value is (128,22,41). Sum of RGB (Red+Green+Blue) = 128+22+41=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #801629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801629 is #7FE9D6. Grayscale: #373737. Windows color (decimal): -8382935 or 2692736. OLE color: 2692736.

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

Color convert

RGB 128 22 41 -
CMYK 0 0.83 0.68 0.50
HSL 349.25º 0.71% 0.29% -
HSV(B) 349.25º 0.83% 0.5% -
XYZ 9.59 5.32 2.62 -
YUV 55.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 128 22 41 0 0.83 0.68 0.50 349.25 0.71 0.29
Hex 80 16 29 0 53 44 32 15D 47 1D
Octal 200 26 51 0 123 104 62 535 107 35
Binary 10000000 10110 101001 0 1010011 1000100 110010 101011101 1000111 11101

Color Harmonies of #801629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801629

Black with #801629

Text Example


Text Example

White with #801629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801629; }

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

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

background-color css

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

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

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

border-color css

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

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

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