Html Css Color HEX #751553 Pompadour

📋 copy color: '#751553'

red 117 ◦ green 21 ◦ blue 83

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

Shades of Pompadour #751553

Tints of Pompadour #751553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

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

R = 52.94%
G = 9.5%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#751553 (or 0x751553) is known color: Pompadour. HEX triplet: 75, 15 and 53. RGB value is (117,21,83). Sum of RGB (Red+Green+Blue) = 117+21+83=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #751553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751553 is #8AEAAC. Grayscale: #383838. Windows color (decimal): -9104045 or 5444981. OLE color: 5444981.

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

Color convert

RGB 117 21 83 -
CMYK 0 0.82 0.29 0.54
HSL 321.25º 0.7% 0.27% -
HSV(B) 321.25º 0.82% 0.46% -
XYZ 9.17 4.94 8.65 -
YUV 56.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 117 21 83 0 0.82 0.29 0.54 321.25 0.7 0.27
Hex 75 15 53 0 52 1D 36 141 46 1B
Octal 165 25 123 0 122 35 66 501 106 33
Binary 1110101 10101 1010011 0 1010010 11101 110110 101000001 1000110 11011

Color Harmonies of #751553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751553

Black with #751553

Text Example


Text Example

White with #751553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751553; }

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

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

background-color css

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

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

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

border-color css

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

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

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