Html Css Color HEX #80294B Flirt

📋 copy color: '#80294B'

red 128 ◦ green 41 ◦ blue 75

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

Shades of Flirt #80294B

Tints of Flirt #80294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 52.46%
G = 16.8%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80294B (or 0x80294B) is known color: Flirt. HEX triplet: 80, 29 and 4B. RGB value is (128,41,75). Sum of RGB (Red+Green+Blue) = 128+41+75=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80294B is #7FD6B4. Grayscale: #464646. Windows color (decimal): -8378037 or 4925824. OLE color: 4925824.

HSL color Cylindrical-coordinate representation of color #80294B: hue angle of 336.55º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80294B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 75 -
CMYK 0 0.68 0.41 0.50
HSL 336.55º 0.51% 0.33% -
HSV(B) 336.55º 0.68% 0.5% -
XYZ 10.97 6.68 7.37 -
YUV 70.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 128 41 75 0 0.68 0.41 0.50 336.55 0.51 0.33
Hex 80 29 4B 0 44 29 32 151 33 21
Octal 200 51 113 0 104 51 62 521 63 41
Binary 10000000 101001 1001011 0 1000100 101001 110010 101010001 110011 100001

Color Harmonies of #80294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80294B

Black with #80294B

Text Example


Text Example

White with #80294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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