Html Css Color HEX #75314D Flirt

📋 copy color: '#75314D'

red 117 ◦ green 49 ◦ blue 77

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

Shades of Flirt #75314D

Tints of Flirt #75314D

RGB

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

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

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

R = 48.15%
G = 20.16%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75314D (or 0x75314D) is known color: Flirt. HEX triplet: 75, 31 and 4D. RGB value is (117,49,77). Sum of RGB (Red+Green+Blue) = 117+49+77=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75314D is #8ACEB2. Grayscale: #484848. Windows color (decimal): -9096883 or 5058933. OLE color: 5058933.

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

Color convert

RGB 117 49 77 -
CMYK 0 0.58 0.34 0.54
HSL 335.29º 0.41% 0.33% -
HSV(B) 335.29º 0.58% 0.46% -
XYZ 9.77 6.51 7.76 -
YUV 72.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 117 49 77 0 0.58 0.34 0.54 335.29 0.41 0.33
Hex 75 31 4D 0 3A 22 36 14F 29 21
Octal 165 61 115 0 72 42 66 517 51 41
Binary 1110101 110001 1001101 0 111010 100010 110110 101001111 101001 100001

Color Harmonies of #75314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75314D

Black with #75314D

Text Example


Text Example

White with #75314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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