Html Css Color HEX #751945 Pompadour

📋 copy color: '#751945'

red 117 ◦ green 25 ◦ blue 69

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

Shades of Pompadour #751945

Tints of Pompadour #751945

RGB

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

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

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

R = 55.45%
G = 11.85%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#751945 (or 0x751945) is known color: Pompadour. HEX triplet: 75, 19 and 45. RGB value is (117,25,69). Sum of RGB (Red+Green+Blue) = 117+25+69=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #751945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751945 is #8AE6BA. Grayscale: #393939. Windows color (decimal): -9103035 or 4528501. OLE color: 4528501.

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

Color convert

RGB 117 25 69 -
CMYK 0 0.79 0.41 0.54
HSL 331.3º 0.65% 0.28% -
HSV(B) 331.3º 0.79% 0.46% -
XYZ 8.76 4.91 6.12 -
YUV 57.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 117 25 69 0 0.79 0.41 0.54 331.3 0.65 0.28
Hex 75 19 45 0 4F 29 36 14B 41 1C
Octal 165 31 105 0 117 51 66 513 101 34
Binary 1110101 11001 1000101 0 1001111 101001 110110 101001011 1000001 11100

Color Harmonies of #751945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751945

Black with #751945

Text Example


Text Example

White with #751945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751945; }

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

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

background-color css

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

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

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

border-color css

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

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

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