Html Css Color HEX #801729 Scarlett

📋 copy color: '#801729'

red 128 ◦ green 23 ◦ blue 41

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

Shades of Scarlett #801729

Tints of Scarlett #801729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

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

R = 66.67%
G = 11.98%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#801729 (or 0x801729) is known color: Scarlett. HEX triplet: 80, 17 and 29. RGB value is (128,23,41). Sum of RGB (Red+Green+Blue) = 128+23+41=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #801729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801729 is #7FE8D6. Grayscale: #383838. Windows color (decimal): -8382679 or 2692992. OLE color: 2692992.

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

Color convert

RGB 128 23 41 -
CMYK 0 0.82 0.68 0.50
HSL 349.71º 0.7% 0.3% -
HSV(B) 349.71º 0.82% 0.5% -
XYZ 9.61 5.36 2.63 -
YUV 56.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 128 23 41 0 0.82 0.68 0.50 349.71 0.7 0.3
Hex 80 17 29 0 52 44 32 15E 46 1E
Octal 200 27 51 0 122 104 62 536 106 36
Binary 10000000 10111 101001 0 1010010 1000100 110010 101011110 1000110 11110

Color Harmonies of #801729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801729

Black with #801729

Text Example


Text Example

White with #801729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801729; }

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

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

background-color css

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

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

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

border-color css

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

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

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