Html Css Color HEX #75334F Flirt

📋 copy color: '#75334F'

red 117 ◦ green 51 ◦ blue 79

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

Shades of Flirt #75334F

Tints of Flirt #75334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

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

R = 47.37%
G = 20.65%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75334F (or 0x75334F) is known color: Flirt. HEX triplet: 75, 33 and 4F. RGB value is (117,51,79). Sum of RGB (Red+Green+Blue) = 117+51+79=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75334F is #8ACCB0. Grayscale: #494949. Windows color (decimal): -9096369 or 5190517. OLE color: 5190517.

HSL color Cylindrical-coordinate representation of color #75334F: hue angle of 334.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75334F is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 79 -
CMYK 0 0.56 0.32 0.54
HSL 334.55º 0.39% 0.33% -
HSV(B) 334.55º 0.56% 0.46% -
XYZ 9.93 6.71 8.17 -
YUV 73.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 117 51 79 0 0.56 0.32 0.54 334.55 0.39 0.33
Hex 75 33 4F 0 38 20 36 14F 27 21
Octal 165 63 117 0 70 40 66 517 47 41
Binary 1110101 110011 1001111 0 111000 100000 110110 101001111 100111 100001

Color Harmonies of #75334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75334F

Black with #75334F

Text Example


Text Example

White with #75334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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