Html Css Color HEX #733253 Flirt

📋 copy color: '#733253'

red 115 ◦ green 50 ◦ blue 83

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

Shades of Flirt #733253

Tints of Flirt #733253

RGB

 RED value IS 115 (45.31% from 255) = 46.37%

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

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

R = 46.37%
G = 20.16%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#733253 (or 0x733253) is known color: Flirt. HEX triplet: 73, 32 and 53. RGB value is (115,50,83). Sum of RGB (Red+Green+Blue) = 115+50+83=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #733253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733253 is #8CCDAC. Grayscale: #494949. Windows color (decimal): -9227693 or 5452403. OLE color: 5452403.

HSL color Cylindrical-coordinate representation of color #733253: hue angle of 329.54º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733253 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 83 -
CMYK 0 0.57 0.28 0.55
HSL 329.54º 0.39% 0.32% -
HSV(B) 329.54º 0.57% 0.45% -
XYZ 9.77 6.55 8.93 -
YUV 73.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 115 50 83 0 0.57 0.28 0.55 329.54 0.39 0.32
Hex 73 32 53 0 39 1C 37 14A 27 20
Octal 163 62 123 0 71 34 67 512 47 40
Binary 1110011 110010 1010011 0 111001 11100 110111 101001010 100111 100000

Color Harmonies of #733253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733253

Black with #733253

Text Example


Text Example

White with #733253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733253; }

 p { color: rgb(115,50,83); }

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

background-color css

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

 a { background-color: rgb(115,50,83); }

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

border-color css

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

 span { border-color: rgb(115,50,83); }

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