Html Css Color HEX #752353 Flirt

📋 copy color: '#752353'

red 117 ◦ green 35 ◦ blue 83

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

Shades of Flirt #752353

Tints of Flirt #752353

RGB

 RED value IS 117 (46.09% from 255) = 49.79%

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 49.79%
G = 14.89%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#752353 (or 0x752353) is known color: Flirt. HEX triplet: 75, 23 and 53. RGB value is (117,35,83). Sum of RGB (Red+Green+Blue) = 117+35+83=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752353 is #8ADCAC. Grayscale: #404040. Windows color (decimal): -9100461 or 5448565. OLE color: 5448565.

HSL color Cylindrical-coordinate representation of color #752353: hue angle of 324.88º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752353 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 83 -
CMYK 0 0.70 0.29 0.54
HSL 324.88º 0.54% 0.3% -
HSV(B) 324.88º 0.7% 0.46% -
XYZ 9.5 5.61 8.77 -
YUV 64.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 117 35 83 0 0.70 0.29 0.54 324.88 0.54 0.3
Hex 75 23 53 0 46 1D 36 145 36 1E
Octal 165 43 123 0 106 35 66 505 66 36
Binary 1110101 100011 1010011 0 1000110 11101 110110 101000101 110110 11110

Color Harmonies of #752353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752353

Black with #752353

Text Example


Text Example

White with #752353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752353; }

 p { color: rgb(117,35,83); }

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

background-color css

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

 a { background-color: rgb(117,35,83); }

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

border-color css

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

 span { border-color: rgb(117,35,83); }

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