Html Css Color HEX #751357 Pompadour

📋 copy color: '#751357'

red 117 ◦ green 19 ◦ blue 87

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

Shades of Pompadour #751357

Tints of Pompadour #751357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 52.47%
G = 8.52%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#751357 (or 0x751357) is known color: Pompadour. HEX triplet: 75, 13 and 57. RGB value is (117,19,87). Sum of RGB (Red+Green+Blue) = 117+19+87=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751357 is #8AECA8. Grayscale: #373737. Windows color (decimal): -9104553 or 5706613. OLE color: 5706613.

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

Color convert

RGB 117 19 87 -
CMYK 0 0.84 0.26 0.54
HSL 318.37º 0.72% 0.27% -
HSV(B) 318.37º 0.84% 0.46% -
XYZ 9.29 4.94 9.48 -
YUV 56.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 117 19 87 0 0.84 0.26 0.54 318.37 0.72 0.27
Hex 75 13 57 0 54 1A 36 13E 48 1B
Octal 165 23 127 0 124 32 66 476 110 33
Binary 1110101 10011 1010111 0 1010100 11010 110110 100111110 1001000 11011

Color Harmonies of #751357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751357

Black with #751357

Text Example


Text Example

White with #751357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751357; }

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

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

background-color css

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

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

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

border-color css

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

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

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