Html Css Color HEX #75315A Flirt

📋 copy color: '#75315A'

red 117 ◦ green 49 ◦ blue 90

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

Shades of Flirt #75315A

Tints of Flirt #75315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 45.7%
G = 19.14%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75315A (or 0x75315A) is known color: Flirt. HEX triplet: 75, 31 and 5A. RGB value is (117,49,90). Sum of RGB (Red+Green+Blue) = 117+49+90=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75315A is #8ACEA5. Grayscale: #494949. Windows color (decimal): -9096870 or 5910901. OLE color: 5910901.

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

Color convert

RGB 117 49 90 -
CMYK 0 0.58 0.23 0.54
HSL 323.82º 0.41% 0.33% -
HSV(B) 323.82º 0.58% 0.46% -
XYZ 10.28 6.72 10.43 -
YUV 74.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 117 49 90 0 0.58 0.23 0.54 323.82 0.41 0.33
Hex 75 31 5A 0 3A 17 36 144 29 21
Octal 165 61 132 0 72 27 66 504 51 41
Binary 1110101 110001 1011010 0 111010 10111 110110 101000100 101001 100001

Color Harmonies of #75315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75315A

Black with #75315A

Text Example


Text Example

White with #75315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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