Html Css Color HEX #751446 Pompadour

📋 copy color: '#751446'

red 117 ◦ green 20 ◦ blue 70

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

Shades of Pompadour #751446

Tints of Pompadour #751446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 56.52%
G = 9.66%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#751446 (or 0x751446) is known color: Pompadour. HEX triplet: 75, 14 and 46. RGB value is (117,20,70). Sum of RGB (Red+Green+Blue) = 117+20+70=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #751446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751446 is #8AEBB9. Grayscale: #363636. Windows color (decimal): -9104314 or 4592757. OLE color: 4592757.

HSL color Cylindrical-coordinate representation of color #751446: hue angle of 329.07º 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 #751446 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 70 -
CMYK 0 0.83 0.40 0.54
HSL 329.07º 0.71% 0.27% -
HSV(B) 329.07º 0.83% 0.46% -
XYZ 8.69 4.72 6.25 -
YUV 54.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 117 20 70 0 0.83 0.40 0.54 329.07 0.71 0.27
Hex 75 14 46 0 53 28 36 149 47 1B
Octal 165 24 106 0 123 50 66 511 107 33
Binary 1110101 10100 1000110 0 1010011 101000 110110 101001001 1000111 11011

Color Harmonies of #751446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751446

Black with #751446

Text Example


Text Example

White with #751446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751446; }

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

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

background-color css

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

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

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

border-color css

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

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

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