Html Css Color HEX #751256 Pompadour

📋 copy color: '#751256'

red 117 ◦ green 18 ◦ blue 86

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

Shades of Pompadour #751256

Tints of Pompadour #751256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.91%

R = 52.94%
G = 8.14%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#751256 (or 0x751256) is known color: Pompadour. HEX triplet: 75, 12 and 56. RGB value is (117,18,86). Sum of RGB (Red+Green+Blue) = 117+18+86=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #751256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751256 is #8AEDA9. Grayscale: #373737. Windows color (decimal): -9104810 or 5640821. OLE color: 5640821.

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

Color convert

RGB 117 18 86 -
CMYK 0 0.85 0.26 0.54
HSL 318.79º 0.73% 0.26% -
HSV(B) 318.79º 0.85% 0.46% -
XYZ 9.23 4.89 9.26 -
YUV 55.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 117 18 86 0 0.85 0.26 0.54 318.79 0.73 0.26
Hex 75 12 56 0 55 1A 36 13F 49 1A
Octal 165 22 126 0 125 32 66 477 111 32
Binary 1110101 10010 1010110 0 1010101 11010 110110 100111111 1001001 11010

Color Harmonies of #751256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751256

Black with #751256

Text Example


Text Example

White with #751256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751256; }

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

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

background-color css

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

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

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

border-color css

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

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

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