Html Css Color HEX #75365A Flirt

📋 copy color: '#75365A'

red 117 ◦ green 54 ◦ blue 90

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

Shades of Flirt #75365A

Tints of Flirt #75365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

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

R = 44.83%
G = 20.69%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75365A (or 0x75365A) is known color: Flirt. HEX triplet: 75, 36 and 5A. RGB value is (117,54,90). Sum of RGB (Red+Green+Blue) = 117+54+90=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75365A is #8AC9A5. Grayscale: #4C4C4C. Windows color (decimal): -9095590 or 5912181. OLE color: 5912181.

HSL color Cylindrical-coordinate representation of color #75365A: hue angle of 325.71º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75365A is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 90 -
CMYK 0 0.54 0.23 0.54
HSL 325.71º 0.37% 0.34% -
HSV(B) 325.71º 0.54% 0.46% -
XYZ 10.5 7.16 10.5 -
YUV 76.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 117 54 90 0 0.54 0.23 0.54 325.71 0.37 0.34
Hex 75 36 5A 0 36 17 36 146 25 22
Octal 165 66 132 0 66 27 66 506 45 42
Binary 1110101 110110 1011010 0 110110 10111 110110 101000110 100101 100010

Color Harmonies of #75365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75365A

Black with #75365A

Text Example


Text Example

White with #75365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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