Html Css Color HEX #803450 Flirt

📋 copy color: '#803450'

red 128 ◦ green 52 ◦ blue 80

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

Shades of Flirt #803450

Tints of Flirt #803450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 49.23%
G = 20%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#803450 (or 0x803450) is known color: Flirt. HEX triplet: 80, 34 and 50. RGB value is (128,52,80). Sum of RGB (Red+Green+Blue) = 128+52+80=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #803450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803450 is #7FCBAF. Grayscale: #4D4D4D. Windows color (decimal): -8375216 or 5256320. OLE color: 5256320.

HSL color Cylindrical-coordinate representation of color #803450: hue angle of 337.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803450 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 80 -
CMYK 0 0.59 0.38 0.50
HSL 337.89º 0.42% 0.35% -
HSV(B) 337.89º 0.59% 0.5% -
XYZ 11.58 7.62 8.45 -
YUV 77.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 128 52 80 0 0.59 0.38 0.50 337.89 0.42 0.35
Hex 80 34 50 0 3B 26 32 152 2A 23
Octal 200 64 120 0 73 46 62 522 52 43
Binary 10000000 110100 1010000 0 111011 100110 110010 101010010 101010 100011

Color Harmonies of #803450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803450

Black with #803450

Text Example


Text Example

White with #803450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803450; }

 p { color: rgb(128,52,80); }

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

background-color css

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

 a { background-color: rgb(128,52,80); }

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

border-color css

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

 span { border-color: rgb(128,52,80); }

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