Html Css Color HEX #75375B Flirt

📋 copy color: '#75375B'

red 117 ◦ green 55 ◦ blue 91

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

Shades of Flirt #75375B

Tints of Flirt #75375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.91%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 44.49%
G = 20.91%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75375B (or 0x75375B) is known color: Flirt. HEX triplet: 75, 37 and 5B. RGB value is (117,55,91). Sum of RGB (Red+Green+Blue) = 117+55+91=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75375B is #8AC8A4. Grayscale: #4D4D4D. Windows color (decimal): -9095333 or 5977973. OLE color: 5977973.

HSL color Cylindrical-coordinate representation of color #75375B: hue angle of 325.16º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75375B is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 91 -
CMYK 0 0.53 0.22 0.54
HSL 325.16º 0.36% 0.34% -
HSV(B) 325.16º 0.53% 0.46% -
XYZ 10.59 7.27 10.74 -
YUV 77.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 117 55 91 0 0.53 0.22 0.54 325.16 0.36 0.34
Hex 75 37 5B 0 35 16 36 145 24 22
Octal 165 67 133 0 65 26 66 505 44 42
Binary 1110101 110111 1011011 0 110101 10110 110110 101000101 100100 100010

Color Harmonies of #75375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75375B

Black with #75375B

Text Example


Text Example

White with #75375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75375B; }

 p { color: rgb(117,55,91); }

 H1.HeaderClassName
 {
   color: #75375B;
 }
 .AnyTagClassName
 {
   color: #75375B;
 }
</style>

background-color css

<style>
 a { background-color: #75375B; }

 a { background-color: rgb(117,55,91); }

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

border-color css

<style>
 span { border-color: #75375B; }

 span { border-color: rgb(117,55,91); }

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