Html Css Color HEX #751045 Pompadour

📋 copy color: '#751045'

red 117 ◦ green 16 ◦ blue 69

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

Shades of Pompadour #751045

Tints of Pompadour #751045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 57.92%
G = 7.92%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#751045 (or 0x751045) is known color: Pompadour. HEX triplet: 75, 10 and 45. RGB value is (117,16,69). Sum of RGB (Red+Green+Blue) = 117+16+69=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #751045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751045 is #8AEFBA. Grayscale: #343434. Windows color (decimal): -9105339 or 4526197. OLE color: 4526197.

HSL color Cylindrical-coordinate representation of color #751045: hue angle of 328.51º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751045 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 69 -
CMYK 0 0.86 0.41 0.54
HSL 328.51º 0.76% 0.26% -
HSV(B) 328.51º 0.86% 0.46% -
XYZ 8.6 4.58 6.06 -
YUV 52.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 117 16 69 0 0.86 0.41 0.54 328.51 0.76 0.26
Hex 75 10 45 0 56 29 36 149 4C 1A
Octal 165 20 105 0 126 51 66 511 114 32
Binary 1110101 10000 1000101 0 1010110 101001 110110 101001001 1001100 11010

Color Harmonies of #751045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751045

Black with #751045

Text Example


Text Example

White with #751045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751045; }

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

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

background-color css

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

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

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

border-color css

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

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

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