Html Css Color HEX #751440 Pompadour

📋 copy color: '#751440'

red 117 ◦ green 20 ◦ blue 64

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

Shades of Pompadour #751440

Tints of Pompadour #751440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 58.21%
G = 9.95%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#751440 (or 0x751440) is known color: Pompadour. HEX triplet: 75, 14 and 40. RGB value is (117,20,64). Sum of RGB (Red+Green+Blue) = 117+20+64=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #751440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751440 is #8AEBBF. Grayscale: #353535. Windows color (decimal): -9104320 or 4199541. OLE color: 4199541.

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

Color convert

RGB 117 20 64 -
CMYK 0 0.83 0.45 0.54
HSL 332.78º 0.71% 0.27% -
HSV(B) 332.78º 0.83% 0.46% -
XYZ 8.51 4.65 5.3 -
YUV 54.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 117 20 64 0 0.83 0.45 0.54 332.78 0.71 0.27
Hex 75 14 40 0 53 2D 36 14D 47 1B
Octal 165 24 100 0 123 55 66 515 107 33
Binary 1110101 10100 1000000 0 1010011 101101 110110 101001101 1000111 11011

Color Harmonies of #751440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751440

Black with #751440

Text Example


Text Example

White with #751440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751440; }

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

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

background-color css

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

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

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

border-color css

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

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

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