Html Css Color HEX #75334D Flirt

📋 copy color: '#75334D'

red 117 ◦ green 51 ◦ blue 77

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

Shades of Flirt #75334D

Tints of Flirt #75334D

RGB

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

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

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

R = 47.76%
G = 20.82%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75334D (or 0x75334D) is known color: Flirt. HEX triplet: 75, 33 and 4D. RGB value is (117,51,77). Sum of RGB (Red+Green+Blue) = 117+51+77=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75334D is #8ACCB2. Grayscale: #494949. Windows color (decimal): -9096371 or 5059445. OLE color: 5059445.

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

Color convert

RGB 117 51 77 -
CMYK 0 0.56 0.34 0.54
HSL 336.36º 0.39% 0.33% -
HSV(B) 336.36º 0.56% 0.46% -
XYZ 9.86 6.69 7.79 -
YUV 73.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 117 51 77 0 0.56 0.34 0.54 336.36 0.39 0.33
Hex 75 33 4D 0 38 22 36 150 27 21
Octal 165 63 115 0 70 42 66 520 47 41
Binary 1110101 110011 1001101 0 111000 100010 110110 101010000 100111 100001

Color Harmonies of #75334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75334D

Black with #75334D

Text Example


Text Example

White with #75334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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