Html Css Color HEX #75304D Flirt

📋 copy color: '#75304D'

red 117 ◦ green 48 ◦ blue 77

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

Shades of Flirt #75304D

Tints of Flirt #75304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 48.35%
G = 19.83%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75304D (or 0x75304D) is known color: Flirt. HEX triplet: 75, 30 and 4D. RGB value is (117,48,77). Sum of RGB (Red+Green+Blue) = 117+48+77=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75304D is #8ACFB2. Grayscale: #474747. Windows color (decimal): -9097139 or 5058677. OLE color: 5058677.

HSL color Cylindrical-coordinate representation of color #75304D: hue angle of 334.78º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75304D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 77 -
CMYK 0 0.59 0.34 0.54
HSL 334.78º 0.42% 0.32% -
HSV(B) 334.78º 0.59% 0.46% -
XYZ 9.73 6.43 7.75 -
YUV 71.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 117 48 77 0 0.59 0.34 0.54 334.78 0.42 0.32
Hex 75 30 4D 0 3B 22 36 14F 2A 20
Octal 165 60 115 0 73 42 66 517 52 40
Binary 1110101 110000 1001101 0 111011 100010 110110 101001111 101010 100000

Color Harmonies of #75304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75304D

Black with #75304D

Text Example


Text Example

White with #75304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,48,77); }

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

background-color css

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

 a { background-color: rgb(117,48,77); }

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

border-color css

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

 span { border-color: rgb(117,48,77); }

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