Html Css Color HEX #75375A Flirt

📋 copy color: '#75375A'

red 117 ◦ green 55 ◦ blue 90

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

Shades of Flirt #75375A

Tints of Flirt #75375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 44.66%
G = 20.99%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75375A (or 0x75375A) is known color: Flirt. HEX triplet: 75, 37 and 5A. RGB value is (117,55,90). Sum of RGB (Red+Green+Blue) = 117+55+90=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75375A is #8AC8A5. Grayscale: #4D4D4D. Windows color (decimal): -9095334 or 5912437. OLE color: 5912437.

HSL color Cylindrical-coordinate representation of color #75375A: hue angle of 326.13º 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 #75375A is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 90 -
CMYK 0 0.53 0.23 0.54
HSL 326.13º 0.36% 0.34% -
HSV(B) 326.13º 0.53% 0.46% -
XYZ 10.55 7.25 10.52 -
YUV 77.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 117 55 90 0 0.53 0.23 0.54 326.13 0.36 0.34
Hex 75 37 5A 0 35 17 36 146 24 22
Octal 165 67 132 0 65 27 66 506 44 42
Binary 1110101 110111 1011010 0 110101 10111 110110 101000110 100100 100010

Color Harmonies of #75375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75375A

Black with #75375A

Text Example


Text Example

White with #75375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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