Html Css Color HEX #75184F Pompadour

📋 copy color: '#75184F'

red 117 ◦ green 24 ◦ blue 79

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

Shades of Pompadour #75184F

Tints of Pompadour #75184F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 53.18%
G = 10.91%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75184F (or 0x75184F) is known color: Pompadour. HEX triplet: 75, 18 and 4F. RGB value is (117,24,79). Sum of RGB (Red+Green+Blue) = 117+24+79=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #75184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75184F is #8AE7B0. Grayscale: #393939. Windows color (decimal): -9103281 or 5183605. OLE color: 5183605.

HSL color Cylindrical-coordinate representation of color #75184F: hue angle of 324.52º 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 #75184F is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 79 -
CMYK 0 0.79 0.32 0.54
HSL 324.52º 0.66% 0.28% -
HSV(B) 324.52º 0.79% 0.46% -
XYZ 9.07 5 7.88 -
YUV 58.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 117 24 79 0 0.79 0.32 0.54 324.52 0.66 0.28
Hex 75 18 4F 0 4F 20 36 145 42 1C
Octal 165 30 117 0 117 40 66 505 102 34
Binary 1110101 11000 1001111 0 1001111 100000 110110 101000101 1000010 11100

Color Harmonies of #75184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75184F

Black with #75184F

Text Example


Text Example

White with #75184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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