Html Css Color HEX #751052 Pompadour

📋 copy color: '#751052'

red 117 ◦ green 16 ◦ blue 82

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

Shades of Pompadour #751052

Tints of Pompadour #751052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

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

R = 54.42%
G = 7.44%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#751052 (or 0x751052) is known color: Pompadour. HEX triplet: 75, 10 and 52. RGB value is (117,16,82). Sum of RGB (Red+Green+Blue) = 117+16+82=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #751052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751052 is #8AEFAD. Grayscale: #353535. Windows color (decimal): -9105326 or 5378165. OLE color: 5378165.

HSL color Cylindrical-coordinate representation of color #751052: hue angle of 320.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751052 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 82 -
CMYK 0 0.86 0.30 0.54
HSL 320.79º 0.76% 0.26% -
HSV(B) 320.79º 0.86% 0.46% -
XYZ 9.04 4.76 8.43 -
YUV 53.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 117 16 82 0 0.86 0.30 0.54 320.79 0.76 0.26
Hex 75 10 52 0 56 1E 36 141 4C 1A
Octal 165 20 122 0 126 36 66 501 114 32
Binary 1110101 10000 1010010 0 1010110 11110 110110 101000001 1001100 11010

Color Harmonies of #751052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751052

Black with #751052

Text Example


Text Example

White with #751052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751052; }

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

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

background-color css

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

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

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

border-color css

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

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

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