Html Css Color HEX #751D45 Pompadour

📋 copy color: '#751D45'

red 117 ◦ green 29 ◦ blue 69

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

Shades of Pompadour #751D45

Tints of Pompadour #751D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 54.42%
G = 13.49%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#751D45 (or 0x751D45) is known color: Pompadour. HEX triplet: 75, 1D and 45. RGB value is (117,29,69). Sum of RGB (Red+Green+Blue) = 117+29+69=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #751D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D45 is #8AE2BA. Grayscale: #3B3B3B. Windows color (decimal): -9102011 or 4529525. OLE color: 4529525.

HSL color Cylindrical-coordinate representation of color #751D45: hue angle of 332.73º 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 #751D45 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 69 -
CMYK 0 0.75 0.41 0.54
HSL 332.73º 0.6% 0.29% -
HSV(B) 332.73º 0.75% 0.46% -
XYZ 8.85 5.09 6.15 -
YUV 59.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 117 29 69 0 0.75 0.41 0.54 332.73 0.6 0.29
Hex 75 1D 45 0 4B 29 36 14D 3C 1D
Octal 165 35 105 0 113 51 66 515 74 35
Binary 1110101 11101 1000101 0 1001011 101001 110110 101001101 111100 11101

Color Harmonies of #751D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D45

Black with #751D45

Text Example


Text Example

White with #751D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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