Html Css Color HEX #752544 Flirt

📋 copy color: '#752544'

red 117 ◦ green 37 ◦ blue 68

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

Shades of Flirt #752544

Tints of Flirt #752544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 52.7%
G = 16.67%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#752544 (or 0x752544) is known color: Flirt. HEX triplet: 75, 25 and 44. RGB value is (117,37,68). Sum of RGB (Red+Green+Blue) = 117+37+68=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752544 is #8ADABB. Grayscale: #404040. Windows color (decimal): -9099964 or 4466037. OLE color: 4466037.

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

Color convert

RGB 117 37 68 -
CMYK 0 0.68 0.42 0.54
HSL 336.75º 0.52% 0.3% -
HSV(B) 336.75º 0.68% 0.46% -
XYZ 9.04 5.52 6.06 -
YUV 64.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 117 37 68 0 0.68 0.42 0.54 336.75 0.52 0.3
Hex 75 25 44 0 44 2A 36 151 34 1E
Octal 165 45 104 0 104 52 66 521 64 36
Binary 1110101 100101 1000100 0 1000100 101010 110110 101010001 110100 11110

Color Harmonies of #752544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752544

Black with #752544

Text Example


Text Example

White with #752544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752544; }

 p { color: rgb(117,37,68); }

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

background-color css

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

 a { background-color: rgb(117,37,68); }

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

border-color css

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

 span { border-color: rgb(117,37,68); }

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