Html Css Color HEX #75344C Flirt

📋 copy color: '#75344C'

red 117 ◦ green 52 ◦ blue 76

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

Shades of Flirt #75344C

Tints of Flirt #75344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 47.76%
G = 21.22%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75344C (or 0x75344C) is known color: Flirt. HEX triplet: 75, 34 and 4C. RGB value is (117,52,76). Sum of RGB (Red+Green+Blue) = 117+52+76=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75344C is #8ACBB3. Grayscale: #4A4A4A. Windows color (decimal): -9096116 or 4994165. OLE color: 4994165.

HSL color Cylindrical-coordinate representation of color #75344C: hue angle of 337.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75344C is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 76 -
CMYK 0 0.56 0.35 0.54
HSL 337.85º 0.38% 0.33% -
HSV(B) 337.85º 0.56% 0.46% -
XYZ 9.87 6.76 7.62 -
YUV 74.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 117 52 76 0 0.56 0.35 0.54 337.85 0.38 0.33
Hex 75 34 4C 0 38 23 36 152 26 21
Octal 165 64 114 0 70 43 66 522 46 41
Binary 1110101 110100 1001100 0 111000 100011 110110 101010010 100110 100001

Color Harmonies of #75344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75344C

Black with #75344C

Text Example


Text Example

White with #75344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75344C; }

 p { color: rgb(117,52,76); }

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

background-color css

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

 a { background-color: rgb(117,52,76); }

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

border-color css

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

 span { border-color: rgb(117,52,76); }

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