Html Css Color HEX #75113C Pompadour

📋 copy color: '#75113C'

red 117 ◦ green 17 ◦ blue 60

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

Shades of Pompadour #75113C

Tints of Pompadour #75113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 60.31%
G = 8.76%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75113C (or 0x75113C) is known color: Pompadour. HEX triplet: 75, 11 and 3C. RGB value is (117,17,60). Sum of RGB (Red+Green+Blue) = 117+17+60=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75113C is #8AEEC3. Grayscale: #333333. Windows color (decimal): -9105092 or 3936629. OLE color: 3936629.

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

Color convert

RGB 117 17 60 -
CMYK 0 0.85 0.49 0.54
HSL 334.2º 0.75% 0.26% -
HSV(B) 334.2º 0.85% 0.46% -
XYZ 8.35 4.51 4.71 -
YUV 51.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 117 17 60 0 0.85 0.49 0.54 334.2 0.75 0.26
Hex 75 11 3C 0 55 31 36 14E 4B 1A
Octal 165 21 74 0 125 61 66 516 113 32
Binary 1110101 10001 111100 0 1010101 110001 110110 101001110 1001011 11010

Color Harmonies of #75113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75113C

Black with #75113C

Text Example


Text Example

White with #75113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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