Html Css Color HEX #751840 Pompadour

📋 copy color: '#751840'

red 117 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #751840

Tints of Pompadour #751840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

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

R = 57.07%
G = 11.71%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#751840 (or 0x751840) is known color: Pompadour. HEX triplet: 75, 18 and 40. RGB value is (117,24,64). Sum of RGB (Red+Green+Blue) = 117+24+64=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #751840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751840 is #8AE7BF. Grayscale: #383838. Windows color (decimal): -9103296 or 4200565. OLE color: 4200565.

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

Color convert

RGB 117 24 64 -
CMYK 0 0.79 0.45 0.54
HSL 334.19º 0.66% 0.28% -
HSV(B) 334.19º 0.79% 0.46% -
XYZ 8.59 4.81 5.33 -
YUV 56.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 117 24 64 0 0.79 0.45 0.54 334.19 0.66 0.28
Hex 75 18 40 0 4F 2D 36 14E 42 1C
Octal 165 30 100 0 117 55 66 516 102 34
Binary 1110101 11000 1000000 0 1001111 101101 110110 101001110 1000010 11100

Color Harmonies of #751840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751840

Black with #751840

Text Example


Text Example

White with #751840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751840; }

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

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

background-color css

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

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

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

border-color css

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

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

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