Html Css Color HEX #751745 Pompadour

📋 copy color: '#751745'

red 117 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #751745

Tints of Pompadour #751745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11%

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

R = 55.98%
G = 11%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#751745 (or 0x751745) is known color: Pompadour. HEX triplet: 75, 17 and 45. RGB value is (117,23,69). Sum of RGB (Red+Green+Blue) = 117+23+69=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751745 is #8AE8BA. Grayscale: #383838. Windows color (decimal): -9103547 or 4527989. OLE color: 4527989.

HSL color Cylindrical-coordinate representation of color #751745: hue angle of 330.64º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751745 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 69 -
CMYK 0 0.80 0.41 0.54
HSL 330.64º 0.67% 0.27% -
HSV(B) 330.64º 0.8% 0.46% -
XYZ 8.72 4.82 6.1 -
YUV 56.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 117 23 69 0 0.80 0.41 0.54 330.64 0.67 0.27
Hex 75 17 45 0 50 29 36 14B 43 1B
Octal 165 27 105 0 120 51 66 513 103 33
Binary 1110101 10111 1000101 0 1010000 101001 110110 101001011 1000011 11011

Color Harmonies of #751745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751745

Black with #751745

Text Example


Text Example

White with #751745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751745; }

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

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

background-color css

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

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

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

border-color css

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

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

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