Html Css Color HEX #751242 Pompadour

📋 copy color: '#751242'

red 117 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #751242

Tints of Pompadour #751242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 58.21%
G = 8.96%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#751242 (or 0x751242) is known color: Pompadour. HEX triplet: 75, 12 and 42. RGB value is (117,18,66). Sum of RGB (Red+Green+Blue) = 117+18+66=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #751242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751242 is #8AEDBD. Grayscale: #343434. Windows color (decimal): -9104830 or 4330101. OLE color: 4330101.

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

Color convert

RGB 117 18 66 -
CMYK 0 0.85 0.44 0.54
HSL 330.91º 0.73% 0.26% -
HSV(B) 330.91º 0.85% 0.46% -
XYZ 8.54 4.61 5.59 -
YUV 53.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 117 18 66 0 0.85 0.44 0.54 330.91 0.73 0.26
Hex 75 12 42 0 55 2C 36 14B 49 1A
Octal 165 22 102 0 125 54 66 513 111 32
Binary 1110101 10010 1000010 0 1010101 101100 110110 101001011 1001001 11010

Color Harmonies of #751242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751242

Black with #751242

Text Example


Text Example

White with #751242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751242; }

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

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

background-color css

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

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

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

border-color css

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

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

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