Html Css Color HEX #75385A Flirt

📋 copy color: '#75385A'

red 117 ◦ green 56 ◦ blue 90

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

Shades of Flirt #75385A

Tints of Flirt #75385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

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

R = 44.49%
G = 21.29%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75385A (or 0x75385A) is known color: Flirt. HEX triplet: 75, 38 and 5A. RGB value is (117,56,90). Sum of RGB (Red+Green+Blue) = 117+56+90=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75385A is #8AC7A5. Grayscale: #4E4E4E. Windows color (decimal): -9095078 or 5912693. OLE color: 5912693.

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

Color convert

RGB 117 56 90 -
CMYK 0 0.52 0.23 0.54
HSL 326.56º 0.35% 0.34% -
HSV(B) 326.56º 0.52% 0.46% -
XYZ 10.6 7.35 10.53 -
YUV 78.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 117 56 90 0 0.52 0.23 0.54 326.56 0.35 0.34
Hex 75 38 5A 0 34 17 36 147 23 22
Octal 165 70 132 0 64 27 66 507 43 42
Binary 1110101 111000 1011010 0 110100 10111 110110 101000111 100011 100010

Color Harmonies of #75385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75385A

Black with #75385A

Text Example


Text Example

White with #75385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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