Html Css Color HEX #751353 Pompadour

📋 copy color: '#751353'

red 117 ◦ green 19 ◦ blue 83

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

Shades of Pompadour #751353

Tints of Pompadour #751353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 53.42%
G = 8.68%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#751353 (or 0x751353) is known color: Pompadour. HEX triplet: 75, 13 and 53. RGB value is (117,19,83). Sum of RGB (Red+Green+Blue) = 117+19+83=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #751353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751353 is #8AECAC. Grayscale: #373737. Windows color (decimal): -9104557 or 5444469. OLE color: 5444469.

HSL color Cylindrical-coordinate representation of color #751353: hue angle of 320.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751353 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 83 -
CMYK 0 0.84 0.29 0.54
HSL 320.82º 0.72% 0.27% -
HSV(B) 320.82º 0.84% 0.46% -
XYZ 9.13 4.87 8.64 -
YUV 55.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 117 19 83 0 0.84 0.29 0.54 320.82 0.72 0.27
Hex 75 13 53 0 54 1D 36 141 48 1B
Octal 165 23 123 0 124 35 66 501 110 33
Binary 1110101 10011 1010011 0 1010100 11101 110110 101000001 1001000 11011

Color Harmonies of #751353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751353

Black with #751353

Text Example


Text Example

White with #751353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751353; }

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

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

background-color css

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

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

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

border-color css

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

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

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