Html Css Color HEX #75144B Pompadour

📋 copy color: '#75144B'

red 117 ◦ green 20 ◦ blue 75

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

Shades of Pompadour #75144B

Tints of Pompadour #75144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 55.19%
G = 9.43%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75144B (or 0x75144B) is known color: Pompadour. HEX triplet: 75, 14 and 4B. RGB value is (117,20,75). Sum of RGB (Red+Green+Blue) = 117+20+75=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75144B is #8AEBB4. Grayscale: #373737. Windows color (decimal): -9104309 or 4920437. OLE color: 4920437.

HSL color Cylindrical-coordinate representation of color #75144B: hue angle of 325.98º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75144B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 75 -
CMYK 0 0.83 0.36 0.54
HSL 325.98º 0.71% 0.27% -
HSV(B) 325.98º 0.83% 0.46% -
XYZ 8.86 4.79 7.11 -
YUV 55.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 117 20 75 0 0.83 0.36 0.54 325.98 0.71 0.27
Hex 75 14 4B 0 53 24 36 146 47 1B
Octal 165 24 113 0 123 44 66 506 107 33
Binary 1110101 10100 1001011 0 1010011 100100 110110 101000110 1000111 11011

Color Harmonies of #75144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75144B

Black with #75144B

Text Example


Text Example

White with #75144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75144B; }

 p { color: rgb(117,20,75); }

 H1.HeaderClassName
 {
   color: #75144B;
 }
 .AnyTagClassName
 {
   color: #75144B;
 }
</style>

background-color css

<style>
 a { background-color: #75144B; }

 a { background-color: rgb(117,20,75); }

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

border-color css

<style>
 span { border-color: #75144B; }

 span { border-color: rgb(117,20,75); }

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