Html Css Color HEX #751340 Pompadour

📋 copy color: '#751340'

red 117 ◦ green 19 ◦ blue 64

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

Shades of Pompadour #751340

Tints of Pompadour #751340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 58.5%
G = 9.5%
B = 32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#751340 (or 0x751340) is known color: Pompadour. HEX triplet: 75, 13 and 40. RGB value is (117,19,64). Sum of RGB (Red+Green+Blue) = 117+19+64=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #751340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751340 is #8AECBF. Grayscale: #353535. Windows color (decimal): -9104576 or 4199285. OLE color: 4199285.

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

Color convert

RGB 117 19 64 -
CMYK 0 0.84 0.45 0.54
HSL 332.45º 0.72% 0.27% -
HSV(B) 332.45º 0.84% 0.46% -
XYZ 8.49 4.62 5.29 -
YUV 53.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 117 19 64 0 0.84 0.45 0.54 332.45 0.72 0.27
Hex 75 13 40 0 54 2D 36 14C 48 1B
Octal 165 23 100 0 124 55 66 514 110 33
Binary 1110101 10011 1000000 0 1010100 101101 110110 101001100 1001000 11011

Color Harmonies of #751340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751340

Black with #751340

Text Example


Text Example

White with #751340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751340; }

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

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

background-color css

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

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

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

border-color css

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

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

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