Html Css Color HEX #75284C Flirt

📋 copy color: '#75284C'

red 117 ◦ green 40 ◦ blue 76

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

Shades of Flirt #75284C

Tints of Flirt #75284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 50.21%
G = 17.17%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75284C (or 0x75284C) is known color: Flirt. HEX triplet: 75, 28 and 4C. RGB value is (117,40,76). Sum of RGB (Red+Green+Blue) = 117+40+76=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75284C is #8AD7B3. Grayscale: #434343. Windows color (decimal): -9099188 or 4991093. OLE color: 4991093.

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

Color convert

RGB 117 40 76 -
CMYK 0 0.66 0.35 0.54
HSL 331.95º 0.49% 0.31% -
HSV(B) 331.95º 0.66% 0.46% -
XYZ 9.4 5.82 7.47 -
YUV 67.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 117 40 76 0 0.66 0.35 0.54 331.95 0.49 0.31
Hex 75 28 4C 0 42 23 36 14C 31 1F
Octal 165 50 114 0 102 43 66 514 61 37
Binary 1110101 101000 1001100 0 1000010 100011 110110 101001100 110001 11111

Color Harmonies of #75284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75284C

Black with #75284C

Text Example


Text Example

White with #75284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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