Html Css Color HEX #802948 Flirt

📋 copy color: '#802948'

red 128 ◦ green 41 ◦ blue 72

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

Shades of Flirt #802948

Tints of Flirt #802948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 53.11%
G = 17.01%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#802948 (or 0x802948) is known color: Flirt. HEX triplet: 80, 29 and 48. RGB value is (128,41,72). Sum of RGB (Red+Green+Blue) = 128+41+72=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #802948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802948 is #7FD6B7. Grayscale: #464646. Windows color (decimal): -8378040 or 4729216. OLE color: 4729216.

HSL color Cylindrical-coordinate representation of color #802948: hue angle of 338.62º 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 #802948 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 72 -
CMYK 0 0.68 0.44 0.50
HSL 338.62º 0.51% 0.33% -
HSV(B) 338.62º 0.68% 0.5% -
XYZ 10.86 6.64 6.84 -
YUV 70.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 128 41 72 0 0.68 0.44 0.50 338.62 0.51 0.33
Hex 80 29 48 0 44 2C 32 153 33 21
Octal 200 51 110 0 104 54 62 523 63 41
Binary 10000000 101001 1001000 0 1000100 101100 110010 101010011 110011 100001

Color Harmonies of #802948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802948

Black with #802948

Text Example


Text Example

White with #802948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802948; }

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

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

background-color css

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

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

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

border-color css

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

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

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