Html Css Color HEX #75314C Flirt

📋 copy color: '#75314C'

red 117 ◦ green 49 ◦ blue 76

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

Shades of Flirt #75314C

Tints of Flirt #75314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

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

R = 48.35%
G = 20.25%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75314C (or 0x75314C) is known color: Flirt. HEX triplet: 75, 31 and 4C. RGB value is (117,49,76). Sum of RGB (Red+Green+Blue) = 117+49+76=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75314C is #8ACEB3. Grayscale: #484848. Windows color (decimal): -9096884 or 4993397. OLE color: 4993397.

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

Color convert

RGB 117 49 76 -
CMYK 0 0.58 0.35 0.54
HSL 336.18º 0.41% 0.33% -
HSV(B) 336.18º 0.58% 0.46% -
XYZ 9.74 6.5 7.58 -
YUV 72.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 117 49 76 0 0.58 0.35 0.54 336.18 0.41 0.33
Hex 75 31 4C 0 3A 23 36 150 29 21
Octal 165 61 114 0 72 43 66 520 51 41
Binary 1110101 110001 1001100 0 111010 100011 110110 101010000 101001 100001

Color Harmonies of #75314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75314C

Black with #75314C

Text Example


Text Example

White with #75314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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