Html Css Color HEX #752446 Flirt

📋 copy color: '#752446'

red 117 ◦ green 36 ◦ blue 70

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

Shades of Flirt #752446

Tints of Flirt #752446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 70 (27.73% from 255) = 31.39%

R = 52.47%
G = 16.14%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#752446 (or 0x752446) is known color: Flirt. HEX triplet: 75, 24 and 46. RGB value is (117,36,70). Sum of RGB (Red+Green+Blue) = 117+36+70=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752446 is #8ADBB9. Grayscale: #404040. Windows color (decimal): -9100218 or 4596853. OLE color: 4596853.

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

Color convert

RGB 117 36 70 -
CMYK 0 0.69 0.40 0.54
HSL 334.81º 0.53% 0.3% -
HSV(B) 334.81º 0.69% 0.46% -
XYZ 9.07 5.49 6.38 -
YUV 64.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 117 36 70 0 0.69 0.40 0.54 334.81 0.53 0.3
Hex 75 24 46 0 45 28 36 14F 35 1E
Octal 165 44 106 0 105 50 66 517 65 36
Binary 1110101 100100 1000110 0 1000101 101000 110110 101001111 110101 11110

Color Harmonies of #752446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752446

Black with #752446

Text Example


Text Example

White with #752446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752446; }

 p { color: rgb(117,36,70); }

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

background-color css

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

 a { background-color: rgb(117,36,70); }

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

border-color css

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

 span { border-color: rgb(117,36,70); }

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