Html Css Color HEX #75314F Flirt

📋 copy color: '#75314F'

red 117 ◦ green 49 ◦ blue 79

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

Shades of Flirt #75314F

Tints of Flirt #75314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 47.76%
G = 20%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75314F (or 0x75314F) is known color: Flirt. HEX triplet: 75, 31 and 4F. RGB value is (117,49,79). Sum of RGB (Red+Green+Blue) = 117+49+79=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75314F is #8ACEB0. Grayscale: #484848. Windows color (decimal): -9096881 or 5190005. OLE color: 5190005.

HSL color Cylindrical-coordinate representation of color #75314F: hue angle of 333.53º 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 #75314F is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 79 -
CMYK 0 0.58 0.32 0.54
HSL 333.53º 0.41% 0.33% -
HSV(B) 333.53º 0.58% 0.46% -
XYZ 9.85 6.54 8.14 -
YUV 72.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 117 49 79 0 0.58 0.32 0.54 333.53 0.41 0.33
Hex 75 31 4F 0 3A 20 36 14E 29 21
Octal 165 61 117 0 72 40 66 516 51 41
Binary 1110101 110001 1001111 0 111010 100000 110110 101001110 101001 100001

Color Harmonies of #75314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75314F

Black with #75314F

Text Example


Text Example

White with #75314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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