Html Css Color HEX #801C41 Flirt

📋 copy color: '#801C41'

red 128 ◦ green 28 ◦ blue 65

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

Shades of Flirt #801C41

Tints of Flirt #801C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 57.92%
G = 12.67%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#801C41 (or 0x801C41) is known color: Flirt. HEX triplet: 80, 1C and 41. RGB value is (128,28,65). Sum of RGB (Red+Green+Blue) = 128+28+65=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #801C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C41 is #7FE3BE. Grayscale: #3E3E3E. Windows color (decimal): -8381375 or 4267136. OLE color: 4267136.

HSL color Cylindrical-coordinate representation of color #801C41: hue angle of 337.8º 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 #801C41 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 28 65 -
CMYK 0 0.78 0.49 0.50
HSL 337.8º 0.64% 0.31% -
HSV(B) 337.8º 0.78% 0.5% -
XYZ 10.27 5.8 5.58 -
YUV 62.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 128 28 65 0 0.78 0.49 0.50 337.8 0.64 0.31
Hex 80 1C 41 0 4E 31 32 152 40 1F
Octal 200 34 101 0 116 61 62 522 100 37
Binary 10000000 11100 1000001 0 1001110 110001 110010 101010010 1000000 11111

Color Harmonies of #801C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C41

Black with #801C41

Text Example


Text Example

White with #801C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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