Html Css Color HEX #751444 Pompadour

📋 copy color: '#751444'

red 117 ◦ green 20 ◦ blue 68

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

Shades of Pompadour #751444

Tints of Pompadour #751444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 57.07%
G = 9.76%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#751444 (or 0x751444) is known color: Pompadour. HEX triplet: 75, 14 and 44. RGB value is (117,20,68). Sum of RGB (Red+Green+Blue) = 117+20+68=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #751444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751444 is #8AEBBB. Grayscale: #363636. Windows color (decimal): -9104316 or 4461685. OLE color: 4461685.

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

Color convert

RGB 117 20 68 -
CMYK 0 0.83 0.42 0.54
HSL 330.31º 0.71% 0.27% -
HSV(B) 330.31º 0.83% 0.46% -
XYZ 8.63 4.7 5.92 -
YUV 54.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 117 20 68 0 0.83 0.42 0.54 330.31 0.71 0.27
Hex 75 14 44 0 53 2A 36 14A 47 1B
Octal 165 24 104 0 123 52 66 512 107 33
Binary 1110101 10100 1000100 0 1010011 101010 110110 101001010 1000111 11011

Color Harmonies of #751444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751444

Black with #751444

Text Example


Text Example

White with #751444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751444; }

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

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

background-color css

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

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

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

border-color css

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

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

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