Html Css Color HEX #75284F Flirt

📋 copy color: '#75284F'

red 117 ◦ green 40 ◦ blue 79

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

Shades of Flirt #75284F

Tints of Flirt #75284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 49.58%
G = 16.95%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75284F (or 0x75284F) is known color: Flirt. HEX triplet: 75, 28 and 4F. RGB value is (117,40,79). Sum of RGB (Red+Green+Blue) = 117+40+79=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #75284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75284F is #8AD7B0. Grayscale: #434343. Windows color (decimal): -9099185 or 5187701. OLE color: 5187701.

HSL color Cylindrical-coordinate representation of color #75284F: hue angle of 329.61º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75284F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 79 -
CMYK 0 0.66 0.32 0.54
HSL 329.61º 0.49% 0.31% -
HSV(B) 329.61º 0.66% 0.46% -
XYZ 9.51 5.86 8.03 -
YUV 67.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 117 40 79 0 0.66 0.32 0.54 329.61 0.49 0.31
Hex 75 28 4F 0 42 20 36 14A 31 1F
Octal 165 50 117 0 102 40 66 512 61 37
Binary 1110101 101000 1001111 0 1000010 100000 110110 101001010 110001 11111

Color Harmonies of #75284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75284F

Black with #75284F

Text Example


Text Example

White with #75284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75284F; }

 p { color: rgb(117,40,79); }

 H1.HeaderClassName
 {
   color: #75284F;
 }
 .AnyTagClassName
 {
   color: #75284F;
 }
</style>

background-color css

<style>
 a { background-color: #75284F; }

 a { background-color: rgb(117,40,79); }

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

border-color css

<style>
 span { border-color: #75284F; }

 span { border-color: rgb(117,40,79); }

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