Html Css Color HEX #751645 Pompadour

📋 copy color: '#751645'

red 117 ◦ green 22 ◦ blue 69

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

Shades of Pompadour #751645

Tints of Pompadour #751645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 56.25%
G = 10.58%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#751645 (or 0x751645) is known color: Pompadour. HEX triplet: 75, 16 and 45. RGB value is (117,22,69). Sum of RGB (Red+Green+Blue) = 117+22+69=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #751645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751645 is #8AE9BA. Grayscale: #373737. Windows color (decimal): -9103803 or 4527733. OLE color: 4527733.

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

Color convert

RGB 117 22 69 -
CMYK 0 0.81 0.41 0.54
HSL 330.32º 0.68% 0.27% -
HSV(B) 330.32º 0.81% 0.46% -
XYZ 8.7 4.79 6.1 -
YUV 55.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 117 22 69 0 0.81 0.41 0.54 330.32 0.68 0.27
Hex 75 16 45 0 51 29 36 14A 44 1B
Octal 165 26 105 0 121 51 66 512 104 33
Binary 1110101 10110 1000101 0 1010001 101001 110110 101001010 1000100 11011

Color Harmonies of #751645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751645

Black with #751645

Text Example


Text Example

White with #751645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751645; }

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

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

background-color css

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

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

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

border-color css

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

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

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