Html Css Color HEX #751542 Pompadour

📋 copy color: '#751542'

red 117 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #751542

Tints of Pompadour #751542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 57.35%
G = 10.29%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#751542 (or 0x751542) is known color: Pompadour. HEX triplet: 75, 15 and 42. RGB value is (117,21,66). Sum of RGB (Red+Green+Blue) = 117+21+66=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #751542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751542 is #8AEABD. Grayscale: #363636. Windows color (decimal): -9104062 or 4330869. OLE color: 4330869.

HSL color Cylindrical-coordinate representation of color #751542: hue angle of 331.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751542 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 66 -
CMYK 0 0.82 0.44 0.54
HSL 331.88º 0.7% 0.27% -
HSV(B) 331.88º 0.82% 0.46% -
XYZ 8.59 4.71 5.61 -
YUV 54.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 117 21 66 0 0.82 0.44 0.54 331.88 0.7 0.27
Hex 75 15 42 0 52 2C 36 14C 46 1B
Octal 165 25 102 0 122 54 66 514 106 33
Binary 1110101 10101 1000010 0 1010010 101100 110110 101001100 1000110 11011

Color Harmonies of #751542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751542

Black with #751542

Text Example


Text Example

White with #751542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751542; }

 p { color: rgb(117,21,66); }

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

background-color css

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

 a { background-color: rgb(117,21,66); }

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

border-color css

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

 span { border-color: rgb(117,21,66); }

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