Html Css Color HEX #752444 Flirt

📋 copy color: '#752444'

red 117 ◦ green 36 ◦ blue 68

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

Shades of Flirt #752444

Tints of Flirt #752444

RGB

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

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

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

R = 52.94%
G = 16.29%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#752444 (or 0x752444) is known color: Flirt. HEX triplet: 75, 24 and 44. RGB value is (117,36,68). Sum of RGB (Red+Green+Blue) = 117+36+68=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752444 is #8ADBBB. Grayscale: #3F3F3F. Windows color (decimal): -9100220 or 4465781. OLE color: 4465781.

HSL color Cylindrical-coordinate representation of color #752444: hue angle of 336.3º 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 #752444 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 68 -
CMYK 0 0.69 0.42 0.54
HSL 336.3º 0.53% 0.3% -
HSV(B) 336.3º 0.69% 0.46% -
XYZ 9.01 5.46 6.05 -
YUV 63.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 117 36 68 0 0.69 0.42 0.54 336.3 0.53 0.3
Hex 75 24 44 0 45 2A 36 150 35 1E
Octal 165 44 104 0 105 52 66 520 65 36
Binary 1110101 100100 1000100 0 1000101 101010 110110 101010000 110101 11110

Color Harmonies of #752444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752444

Black with #752444

Text Example


Text Example

White with #752444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752444; }

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

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

background-color css

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

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

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

border-color css

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

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

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