Html Css Color HEX #751944 Pompadour

📋 copy color: '#751944'

red 117 ◦ green 25 ◦ blue 68

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

Shades of Pompadour #751944

Tints of Pompadour #751944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 55.71%
G = 11.9%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#751944 (or 0x751944) is known color: Pompadour. HEX triplet: 75, 19 and 44. RGB value is (117,25,68). Sum of RGB (Red+Green+Blue) = 117+25+68=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #751944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751944 is #8AE6BB. Grayscale: #393939. Windows color (decimal): -9103036 or 4462965. OLE color: 4462965.

HSL color Cylindrical-coordinate representation of color #751944: hue angle of 331.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751944 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 68 -
CMYK 0 0.79 0.42 0.54
HSL 331.96º 0.65% 0.28% -
HSV(B) 331.96º 0.79% 0.46% -
XYZ 8.73 4.89 5.95 -
YUV 57.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 117 25 68 0 0.79 0.42 0.54 331.96 0.65 0.28
Hex 75 19 44 0 4F 2A 36 14C 41 1C
Octal 165 31 104 0 117 52 66 514 101 34
Binary 1110101 11001 1000100 0 1001111 101010 110110 101001100 1000001 11100

Color Harmonies of #751944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751944

Black with #751944

Text Example


Text Example

White with #751944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751944; }

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

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

background-color css

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

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

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

border-color css

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

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

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