Html Css Color HEX #75113A Pompadour

📋 copy color: '#75113A'

red 117 ◦ green 17 ◦ blue 58

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

Shades of Pompadour #75113A

Tints of Pompadour #75113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.85%

 BLUE value IS 58 (23.05% from 255) = 30.21%

R = 60.94%
G = 8.85%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75113A (or 0x75113A) is known color: Pompadour. HEX triplet: 75, 11 and 3A. RGB value is (117,17,58). Sum of RGB (Red+Green+Blue) = 117+17+58=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #75113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75113A is #8AEEC5. Grayscale: #333333. Windows color (decimal): -9105094 or 3805557. OLE color: 3805557.

HSL color Cylindrical-coordinate representation of color #75113A: hue angle of 335.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75113A is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 58 -
CMYK 0 0.85 0.50 0.54
HSL 335.4º 0.75% 0.26% -
HSV(B) 335.4º 0.85% 0.46% -
XYZ 8.3 4.49 4.43 -
YUV 51.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 117 17 58 0 0.85 0.50 0.54 335.4 0.75 0.26
Hex 75 11 3A 0 55 32 36 14F 4B 1A
Octal 165 21 72 0 125 62 66 517 113 32
Binary 1110101 10001 111010 0 1010101 110010 110110 101001111 1001011 11010

Color Harmonies of #75113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75113A

Black with #75113A

Text Example


Text Example

White with #75113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75113A; }

 p { color: rgb(117,17,58); }

 H1.HeaderClassName
 {
   color: #75113A;
 }
 .AnyTagClassName
 {
   color: #75113A;
 }
</style>

background-color css

<style>
 a { background-color: #75113A; }

 a { background-color: rgb(117,17,58); }

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

border-color css

<style>
 span { border-color: #75113A; }

 span { border-color: rgb(117,17,58); }

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