Html Css Color HEX #751053 Pompadour

📋 copy color: '#751053'

red 117 ◦ green 16 ◦ blue 83

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

Shades of Pompadour #751053

Tints of Pompadour #751053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.43%

R = 54.17%
G = 7.41%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#751053 (or 0x751053) is known color: Pompadour. HEX triplet: 75, 10 and 53. RGB value is (117,16,83). Sum of RGB (Red+Green+Blue) = 117+16+83=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #751053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751053 is #8AEFAC. Grayscale: #353535. Windows color (decimal): -9105325 or 5443701. OLE color: 5443701.

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

Color convert

RGB 117 16 83 -
CMYK 0 0.86 0.29 0.54
HSL 320.2º 0.76% 0.26% -
HSV(B) 320.2º 0.86% 0.46% -
XYZ 9.08 4.78 8.63 -
YUV 53.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 117 16 83 0 0.86 0.29 0.54 320.2 0.76 0.26
Hex 75 10 53 0 56 1D 36 140 4C 1A
Octal 165 20 123 0 126 35 66 500 114 32
Binary 1110101 10000 1010011 0 1010110 11101 110110 101000000 1001100 11010

Color Harmonies of #751053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751053

Black with #751053

Text Example


Text Example

White with #751053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751053; }

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

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

background-color css

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

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

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

border-color css

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

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

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