Html Css Color HEX #751644 Pompadour

📋 copy color: '#751644'

red 117 ◦ green 22 ◦ blue 68

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

Shades of Pompadour #751644

Tints of Pompadour #751644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

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

R = 56.52%
G = 10.63%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#751644 (or 0x751644) is known color: Pompadour. HEX triplet: 75, 16 and 44. RGB value is (117,22,68). Sum of RGB (Red+Green+Blue) = 117+22+68=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #751644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751644 is #8AE9BB. Grayscale: #373737. Windows color (decimal): -9103804 or 4462197. OLE color: 4462197.

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

Color convert

RGB 117 22 68 -
CMYK 0 0.81 0.42 0.54
HSL 330.95º 0.68% 0.27% -
HSV(B) 330.95º 0.81% 0.46% -
XYZ 8.67 4.77 5.93 -
YUV 55.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 117 22 68 0 0.81 0.42 0.54 330.95 0.68 0.27
Hex 75 16 44 0 51 2A 36 14B 44 1B
Octal 165 26 104 0 121 52 66 513 104 33
Binary 1110101 10110 1000100 0 1010001 101010 110110 101001011 1000100 11011

Color Harmonies of #751644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751644

Black with #751644

Text Example


Text Example

White with #751644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751644; }

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

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

background-color css

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

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

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

border-color css

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

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

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