Html Css Color HEX #75365D Flirt

📋 copy color: '#75365D'

red 117 ◦ green 54 ◦ blue 93

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

Shades of Flirt #75365D

Tints of Flirt #75365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 44.32%
G = 20.45%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75365D (or 0x75365D) is known color: Flirt. HEX triplet: 75, 36 and 5D. RGB value is (117,54,93). Sum of RGB (Red+Green+Blue) = 117+54+93=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75365D is #8AC9A2. Grayscale: #4D4D4D. Windows color (decimal): -9095587 or 6108789. OLE color: 6108789.

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

Color convert

RGB 117 54 93 -
CMYK 0 0.54 0.21 0.54
HSL 322.86º 0.37% 0.34% -
HSV(B) 322.86º 0.54% 0.46% -
XYZ 10.63 7.21 11.19 -
YUV 77.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 117 54 93 0 0.54 0.21 0.54 322.86 0.37 0.34
Hex 75 36 5D 0 36 15 36 143 25 22
Octal 165 66 135 0 66 25 66 503 45 42
Binary 1110101 110110 1011101 0 110110 10101 110110 101000011 100101 100010

Color Harmonies of #75365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75365D

Black with #75365D

Text Example


Text Example

White with #75365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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