Html Css Color HEX #75384D Flirt

📋 copy color: '#75384D'

red 117 ◦ green 56 ◦ blue 77

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

Shades of Flirt #75384D

Tints of Flirt #75384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.8%

R = 46.8%
G = 22.4%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75384D (or 0x75384D) is known color: Flirt. HEX triplet: 75, 38 and 4D. RGB value is (117,56,77). Sum of RGB (Red+Green+Blue) = 117+56+77=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75384D is #8AC7B2. Grayscale: #4C4C4C. Windows color (decimal): -9095091 or 5060725. OLE color: 5060725.

HSL color Cylindrical-coordinate representation of color #75384D: hue angle of 339.34º 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 #75384D is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 77 -
CMYK 0 0.52 0.34 0.54
HSL 339.34º 0.35% 0.34% -
HSV(B) 339.34º 0.52% 0.46% -
XYZ 10.09 7.15 7.87 -
YUV 76.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 117 56 77 0 0.52 0.34 0.54 339.34 0.35 0.34
Hex 75 38 4D 0 34 22 36 153 23 22
Octal 165 70 115 0 64 42 66 523 43 42
Binary 1110101 111000 1001101 0 110100 100010 110110 101010011 100011 100010

Color Harmonies of #75384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75384D

Black with #75384D

Text Example


Text Example

White with #75384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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