Html Css Color HEX #801C3F Flirt

📋 copy color: '#801C3F'

red 128 ◦ green 28 ◦ blue 63

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

Shades of Flirt #801C3F

Tints of Flirt #801C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.77%

R = 58.45%
G = 12.79%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#801C3F (or 0x801C3F) is known color: Flirt. HEX triplet: 80, 1C and 3F. RGB value is (128,28,63). Sum of RGB (Red+Green+Blue) = 128+28+63=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #801C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C3F is #7FE3C0. Grayscale: #3D3D3D. Windows color (decimal): -8381377 or 4136064. OLE color: 4136064.

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

Color convert

RGB 128 28 63 -
CMYK 0 0.78 0.51 0.50
HSL 339º 0.64% 0.31% -
HSV(B) 339º 0.78% 0.5% -
XYZ 10.21 5.78 5.28 -
YUV 61.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 128 28 63 0 0.78 0.51 0.50 339 0.64 0.31
Hex 80 1C 3F 0 4E 33 32 153 40 1F
Octal 200 34 77 0 116 63 62 523 100 37
Binary 10000000 11100 111111 0 1001110 110011 110010 101010011 1000000 11111

Color Harmonies of #801C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C3F

Black with #801C3F

Text Example


Text Example

White with #801C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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