Html Css Color HEX #751240 Pompadour

📋 copy color: '#751240'

red 117 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #751240

Tints of Pompadour #751240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 58.79%
G = 9.05%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#751240 (or 0x751240) is known color: Pompadour. HEX triplet: 75, 12 and 40. RGB value is (117,18,64). Sum of RGB (Red+Green+Blue) = 117+18+64=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #751240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751240 is #8AEDBF. Grayscale: #343434. Windows color (decimal): -9104832 or 4199029. OLE color: 4199029.

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

Color convert

RGB 117 18 64 -
CMYK 0 0.85 0.45 0.54
HSL 332.12º 0.73% 0.26% -
HSV(B) 332.12º 0.85% 0.46% -
XYZ 8.48 4.58 5.29 -
YUV 52.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 117 18 64 0 0.85 0.45 0.54 332.12 0.73 0.26
Hex 75 12 40 0 55 2D 36 14C 49 1A
Octal 165 22 100 0 125 55 66 514 111 32
Binary 1110101 10010 1000000 0 1010101 101101 110110 101001100 1001001 11010

Color Harmonies of #751240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751240

Black with #751240

Text Example


Text Example

White with #751240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751240; }

 p { color: rgb(117,18,64); }

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

background-color css

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

 a { background-color: rgb(117,18,64); }

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

border-color css

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

 span { border-color: rgb(117,18,64); }

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