Html Css Color HEX #751952 Pompadour

📋 copy color: '#751952'

red 117 ◦ green 25 ◦ blue 82

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

Shades of Pompadour #751952

Tints of Pompadour #751952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 52.23%
G = 11.16%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#751952 (or 0x751952) is known color: Pompadour. HEX triplet: 75, 19 and 52. RGB value is (117,25,82). Sum of RGB (Red+Green+Blue) = 117+25+82=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751952 is #8AE6AD. Grayscale: #3A3A3A. Windows color (decimal): -9103022 or 5380469. OLE color: 5380469.

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

Color convert

RGB 117 25 82 -
CMYK 0 0.79 0.30 0.54
HSL 322.83º 0.65% 0.28% -
HSV(B) 322.83º 0.79% 0.46% -
XYZ 9.21 5.09 8.48 -
YUV 59.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 117 25 82 0 0.79 0.30 0.54 322.83 0.65 0.28
Hex 75 19 52 0 4F 1E 36 143 41 1C
Octal 165 31 122 0 117 36 66 503 101 34
Binary 1110101 11001 1010010 0 1001111 11110 110110 101000011 1000001 11100

Color Harmonies of #751952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751952

Black with #751952

Text Example


Text Example

White with #751952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751952; }

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

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

background-color css

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

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

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

border-color css

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

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

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