Html Css Color HEX #751D48 Pompadour

📋 copy color: '#751D48'

red 117 ◦ green 29 ◦ blue 72

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

Shades of Pompadour #751D48

Tints of Pompadour #751D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 53.67%
G = 13.3%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#751D48 (or 0x751D48) is known color: Pompadour. HEX triplet: 75, 1D and 48. RGB value is (117,29,72). Sum of RGB (Red+Green+Blue) = 117+29+72=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #751D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D48 is #8AE2B7. Grayscale: #3C3C3C. Windows color (decimal): -9102008 or 4726133. OLE color: 4726133.

HSL color Cylindrical-coordinate representation of color #751D48: hue angle of 330.68º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D48 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 72 -
CMYK 0 0.75 0.38 0.54
HSL 330.68º 0.6% 0.29% -
HSV(B) 330.68º 0.75% 0.46% -
XYZ 8.95 5.13 6.65 -
YUV 60.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 117 29 72 0 0.75 0.38 0.54 330.68 0.6 0.29
Hex 75 1D 48 0 4B 26 36 14B 3C 1D
Octal 165 35 110 0 113 46 66 513 74 35
Binary 1110101 11101 1001000 0 1001011 100110 110110 101001011 111100 11101

Color Harmonies of #751D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D48

Black with #751D48

Text Example


Text Example

White with #751D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751D48; }

 p { color: rgb(117,29,72); }

 H1.HeaderClassName
 {
   color: #751D48;
 }
 .AnyTagClassName
 {
   color: #751D48;
 }
</style>

background-color css

<style>
 a { background-color: #751D48; }

 a { background-color: rgb(117,29,72); }

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

border-color css

<style>
 span { border-color: #751D48; }

 span { border-color: rgb(117,29,72); }

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