Html Css Color HEX #75284D Flirt

📋 copy color: '#75284D'

red 117 ◦ green 40 ◦ blue 77

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

Shades of Flirt #75284D

Tints of Flirt #75284D

RGB

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

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

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

R = 50%
G = 17.09%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75284D (or 0x75284D) is known color: Flirt. HEX triplet: 75, 28 and 4D. RGB value is (117,40,77). Sum of RGB (Red+Green+Blue) = 117+40+77=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75284D is #8AD7B2. Grayscale: #434343. Windows color (decimal): -9099187 or 5056629. OLE color: 5056629.

HSL color Cylindrical-coordinate representation of color #75284D: hue angle of 331.17º 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 #75284D is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 77 -
CMYK 0 0.66 0.34 0.54
HSL 331.17º 0.49% 0.31% -
HSV(B) 331.17º 0.66% 0.46% -
XYZ 9.43 5.84 7.65 -
YUV 67.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 117 40 77 0 0.66 0.34 0.54 331.17 0.49 0.31
Hex 75 28 4D 0 42 22 36 14B 31 1F
Octal 165 50 115 0 102 42 66 513 61 37
Binary 1110101 101000 1001101 0 1000010 100010 110110 101001011 110001 11111

Color Harmonies of #75284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75284D

Black with #75284D

Text Example


Text Example

White with #75284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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