Html Css Color HEX #803853 Flirt

📋 copy color: '#803853'

red 128 ◦ green 56 ◦ blue 83

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

Shades of Flirt #803853

Tints of Flirt #803853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

 BLUE value IS 83 (32.81% from 255) = 31.09%

R = 47.94%
G = 20.97%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#803853 (or 0x803853) is known color: Flirt. HEX triplet: 80, 38 and 53. RGB value is (128,56,83). Sum of RGB (Red+Green+Blue) = 128+56+83=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #803853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803853 is #7FC7AC. Grayscale: #505050. Windows color (decimal): -8374189 or 5453952. OLE color: 5453952.

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

Color convert

RGB 128 56 83 -
CMYK 0 0.56 0.35 0.50
HSL 337.5º 0.39% 0.36% -
HSV(B) 337.5º 0.56% 0.5% -
XYZ 11.88 8.04 9.11 -
YUV 80.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 128 56 83 0 0.56 0.35 0.50 337.5 0.39 0.36
Hex 80 38 53 0 38 23 32 152 27 24
Octal 200 70 123 0 70 43 62 522 47 44
Binary 10000000 111000 1010011 0 111000 100011 110010 101010010 100111 100100

Color Harmonies of #803853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803853

Black with #803853

Text Example


Text Example

White with #803853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803853; }

 p { color: rgb(128,56,83); }

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

background-color css

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

 a { background-color: rgb(128,56,83); }

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

border-color css

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

 span { border-color: rgb(128,56,83); }

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