Html Css Color HEX #75184D Pompadour

📋 copy color: '#75184D'

red 117 ◦ green 24 ◦ blue 77

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

Shades of Pompadour #75184D

Tints of Pompadour #75184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 53.67%
G = 11.01%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75184D (or 0x75184D) is known color: Pompadour. HEX triplet: 75, 18 and 4D. RGB value is (117,24,77). Sum of RGB (Red+Green+Blue) = 117+24+77=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75184D is #8AE7B2. Grayscale: #393939. Windows color (decimal): -9103283 or 5052533. OLE color: 5052533.

HSL color Cylindrical-coordinate representation of color #75184D: hue angle of 325.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75184D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 77 -
CMYK 0 0.79 0.34 0.54
HSL 325.81º 0.66% 0.28% -
HSV(B) 325.81º 0.79% 0.46% -
XYZ 9 4.97 7.51 -
YUV 57.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 117 24 77 0 0.79 0.34 0.54 325.81 0.66 0.28
Hex 75 18 4D 0 4F 22 36 146 42 1C
Octal 165 30 115 0 117 42 66 506 102 34
Binary 1110101 11000 1001101 0 1001111 100010 110110 101000110 1000010 11100

Color Harmonies of #75184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75184D

Black with #75184D

Text Example


Text Example

White with #75184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75184D; }

 p { color: rgb(117,24,77); }

 H1.HeaderClassName
 {
   color: #75184D;
 }
 .AnyTagClassName
 {
   color: #75184D;
 }
</style>

background-color css

<style>
 a { background-color: #75184D; }

 a { background-color: rgb(117,24,77); }

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

border-color css

<style>
 span { border-color: #75184D; }

 span { border-color: rgb(117,24,77); }

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