Html Css Color HEX #75385B Flirt

📋 copy color: '#75385B'

red 117 ◦ green 56 ◦ blue 91

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

Shades of Flirt #75385B

Tints of Flirt #75385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 44.32%
G = 21.21%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75385B (or 0x75385B) is known color: Flirt. HEX triplet: 75, 38 and 5B. RGB value is (117,56,91). Sum of RGB (Red+Green+Blue) = 117+56+91=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75385B is #8AC7A4. Grayscale: #4E4E4E. Windows color (decimal): -9095077 or 5978229. OLE color: 5978229.

HSL color Cylindrical-coordinate representation of color #75385B: hue angle of 325.57º 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 #75385B is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 91 -
CMYK 0 0.52 0.22 0.54
HSL 325.57º 0.35% 0.34% -
HSV(B) 325.57º 0.52% 0.46% -
XYZ 10.64 7.37 10.76 -
YUV 78.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 117 56 91 0 0.52 0.22 0.54 325.57 0.35 0.34
Hex 75 38 5B 0 34 16 36 146 23 22
Octal 165 70 133 0 64 26 66 506 43 42
Binary 1110101 111000 1011011 0 110100 10110 110110 101000110 100011 100010

Color Harmonies of #75385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75385B

Black with #75385B

Text Example


Text Example

White with #75385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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