Html Css Color HEX #75384C Flirt

📋 copy color: '#75384C'

red 117 ◦ green 56 ◦ blue 76

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

Shades of Flirt #75384C

Tints of Flirt #75384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 46.99%
G = 22.49%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75384C (or 0x75384C) is known color: Flirt. HEX triplet: 75, 38 and 4C. RGB value is (117,56,76). Sum of RGB (Red+Green+Blue) = 117+56+76=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75384C is #8AC7B3. Grayscale: #4C4C4C. Windows color (decimal): -9095092 or 4995189. OLE color: 4995189.

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

Color convert

RGB 117 56 76 -
CMYK 0 0.52 0.35 0.54
HSL 340.33º 0.35% 0.34% -
HSV(B) 340.33º 0.52% 0.46% -
XYZ 10.05 7.13 7.68 -
YUV 76.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 117 56 76 0 0.52 0.35 0.54 340.33 0.35 0.34
Hex 75 38 4C 0 34 23 36 154 23 22
Octal 165 70 114 0 64 43 66 524 43 42
Binary 1110101 111000 1001100 0 110100 100011 110110 101010100 100011 100010

Color Harmonies of #75384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75384C

Black with #75384C

Text Example


Text Example

White with #75384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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