Html Css Color HEX #801C29 Scarlett

📋 copy color: '#801C29'

red 128 ◦ green 28 ◦ blue 41

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

Shades of Scarlett #801C29

Tints of Scarlett #801C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 64.97%
G = 14.21%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#801C29 (or 0x801C29) is known color: Scarlett. HEX triplet: 80, 1C and 29. RGB value is (128,28,41). Sum of RGB (Red+Green+Blue) = 128+28+41=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #801C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C29 is #7FE3D6. Grayscale: #3B3B3B. Windows color (decimal): -8381399 or 2694272. OLE color: 2694272.

HSL color Cylindrical-coordinate representation of color #801C29: hue angle of 352.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C29 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 28 41 -
CMYK 0 0.78 0.68 0.50
HSL 352.2º 0.64% 0.31% -
HSV(B) 352.2º 0.78% 0.5% -
XYZ 9.72 5.58 2.66 -
YUV 59.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 128 28 41 0 0.78 0.68 0.50 352.2 0.64 0.31
Hex 80 1C 29 0 4E 44 32 160 40 1F
Octal 200 34 51 0 116 104 62 540 100 37
Binary 10000000 11100 101001 0 1001110 1000100 110010 101100000 1000000 11111

Color Harmonies of #801C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C29

Black with #801C29

Text Example


Text Example

White with #801C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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