Html Css Color HEX #75294B Flirt

📋 copy color: '#75294B'

red 117 ◦ green 41 ◦ blue 75

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

Shades of Flirt #75294B

Tints of Flirt #75294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

 BLUE value IS 75 (29.69% from 255) = 32.19%

R = 50.21%
G = 17.6%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75294B (or 0x75294B) is known color: Flirt. HEX triplet: 75, 29 and 4B. RGB value is (117,41,75). Sum of RGB (Red+Green+Blue) = 117+41+75=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75294B is #8AD6B4. Grayscale: #434343. Windows color (decimal): -9098933 or 4925813. OLE color: 4925813.

HSL color Cylindrical-coordinate representation of color #75294B: hue angle of 333.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75294B is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 75 -
CMYK 0 0.65 0.36 0.54
HSL 333.16º 0.48% 0.31% -
HSV(B) 333.16º 0.65% 0.46% -
XYZ 9.4 5.88 7.3 -
YUV 67.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 117 41 75 0 0.65 0.36 0.54 333.16 0.48 0.31
Hex 75 29 4B 0 41 24 36 14D 30 1F
Octal 165 51 113 0 101 44 66 515 60 37
Binary 1110101 101001 1001011 0 1000001 100100 110110 101001101 110000 11111

Color Harmonies of #75294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75294B

Black with #75294B

Text Example


Text Example

White with #75294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,41,75); }

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

background-color css

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

 a { background-color: rgb(117,41,75); }

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

border-color css

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

 span { border-color: rgb(117,41,75); }

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