Html Css Color HEX #803250 Flirt

📋 copy color: '#803250'

red 128 ◦ green 50 ◦ blue 80

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

Shades of Flirt #803250

Tints of Flirt #803250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

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

R = 49.61%
G = 19.38%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#803250 (or 0x803250) is known color: Flirt. HEX triplet: 80, 32 and 50. RGB value is (128,50,80). Sum of RGB (Red+Green+Blue) = 128+50+80=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #803250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803250 is #7FCDAF. Grayscale: #4C4C4C. Windows color (decimal): -8375728 or 5255808. OLE color: 5255808.

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

Color convert

RGB 128 50 80 -
CMYK 0 0.61 0.38 0.50
HSL 336.92º 0.44% 0.35% -
HSV(B) 336.92º 0.61% 0.5% -
XYZ 11.49 7.45 8.42 -
YUV 76.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 128 50 80 0 0.61 0.38 0.50 336.92 0.44 0.35
Hex 80 32 50 0 3D 26 32 151 2C 23
Octal 200 62 120 0 75 46 62 521 54 43
Binary 10000000 110010 1010000 0 111101 100110 110010 101010001 101100 100011

Color Harmonies of #803250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803250

Black with #803250

Text Example


Text Example

White with #803250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803250; }

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

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

background-color css

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

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

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

border-color css

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

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

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