Html Css Color HEX #75173F Pompadour

📋 copy color: '#75173F'

red 117 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #75173F

Tints of Pompadour #75173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 57.64%
G = 11.33%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75173F (or 0x75173F) is known color: Pompadour. HEX triplet: 75, 17 and 3F. RGB value is (117,23,63). Sum of RGB (Red+Green+Blue) = 117+23+63=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75173F is #8AE8C0. Grayscale: #373737. Windows color (decimal): -9103553 or 4134773. OLE color: 4134773.

HSL color Cylindrical-coordinate representation of color #75173F: hue angle of 334.47º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75173F is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 63 -
CMYK 0 0.80 0.46 0.54
HSL 334.47º 0.67% 0.27% -
HSV(B) 334.47º 0.8% 0.46% -
XYZ 8.54 4.75 5.17 -
YUV 55.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 117 23 63 0 0.80 0.46 0.54 334.47 0.67 0.27
Hex 75 17 3F 0 50 2E 36 14E 43 1B
Octal 165 27 77 0 120 56 66 516 103 33
Binary 1110101 10111 111111 0 1010000 101110 110110 101001110 1000011 11011

Color Harmonies of #75173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75173F

Black with #75173F

Text Example


Text Example

White with #75173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,23,63); }

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

background-color css

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

 a { background-color: rgb(117,23,63); }

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

border-color css

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

 span { border-color: rgb(117,23,63); }

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