Html Css Color HEX #75254C Flirt

📋 copy color: '#75254C'

red 117 ◦ green 37 ◦ blue 76

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

Shades of Flirt #75254C

Tints of Flirt #75254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

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

R = 50.87%
G = 16.09%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75254C (or 0x75254C) is known color: Flirt. HEX triplet: 75, 25 and 4C. RGB value is (117,37,76). Sum of RGB (Red+Green+Blue) = 117+37+76=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75254C is #8ADAB3. Grayscale: #414141. Windows color (decimal): -9099956 or 4990325. OLE color: 4990325.

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

Color convert

RGB 117 37 76 -
CMYK 0 0.68 0.35 0.54
HSL 330.75º 0.52% 0.3% -
HSV(B) 330.75º 0.68% 0.46% -
XYZ 9.3 5.63 7.43 -
YUV 65.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 117 37 76 0 0.68 0.35 0.54 330.75 0.52 0.3
Hex 75 25 4C 0 44 23 36 14B 34 1E
Octal 165 45 114 0 104 43 66 513 64 36
Binary 1110101 100101 1001100 0 1000100 100011 110110 101001011 110100 11110

Color Harmonies of #75254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75254C

Black with #75254C

Text Example


Text Example

White with #75254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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