Html Css Color HEX #751252 Pompadour

📋 copy color: '#751252'

red 117 ◦ green 18 ◦ blue 82

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

Shades of Pompadour #751252

Tints of Pompadour #751252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.79%

R = 53.92%
G = 8.29%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#751252 (or 0x751252) is known color: Pompadour. HEX triplet: 75, 12 and 52. RGB value is (117,18,82). Sum of RGB (Red+Green+Blue) = 117+18+82=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #751252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751252 is #8AEDAD. Grayscale: #363636. Windows color (decimal): -9104814 or 5378677. OLE color: 5378677.

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

Color convert

RGB 117 18 82 -
CMYK 0 0.85 0.30 0.54
HSL 321.21º 0.73% 0.26% -
HSV(B) 321.21º 0.85% 0.46% -
XYZ 9.08 4.82 8.44 -
YUV 54.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 117 18 82 0 0.85 0.30 0.54 321.21 0.73 0.26
Hex 75 12 52 0 55 1E 36 141 49 1A
Octal 165 22 122 0 125 36 66 501 111 32
Binary 1110101 10010 1010010 0 1010101 11110 110110 101000001 1001001 11010

Color Harmonies of #751252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751252

Black with #751252

Text Example


Text Example

White with #751252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751252; }

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

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

background-color css

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

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

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

border-color css

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

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

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