Html Css Color HEX #751C3F Pompadour

📋 copy color: '#751C3F'

red 117 ◦ green 28 ◦ blue 63

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

Shades of Pompadour #751C3F

Tints of Pompadour #751C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

 BLUE value IS 63 (25% from 255) = 30.29%

R = 56.25%
G = 13.46%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#751C3F (or 0x751C3F) is known color: Pompadour. HEX triplet: 75, 1C and 3F. RGB value is (117,28,63). Sum of RGB (Red+Green+Blue) = 117+28+63=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #751C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C3F is #8AE3C0. Grayscale: #3A3A3A. Windows color (decimal): -9102273 or 4136053. OLE color: 4136053.

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

Color convert

RGB 117 28 63 -
CMYK 0 0.76 0.46 0.54
HSL 336.4º 0.61% 0.28% -
HSV(B) 336.4º 0.76% 0.46% -
XYZ 8.65 4.97 5.21 -
YUV 58.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 117 28 63 0 0.76 0.46 0.54 336.4 0.61 0.28
Hex 75 1C 3F 0 4C 2E 36 150 3D 1C
Octal 165 34 77 0 114 56 66 520 75 34
Binary 1110101 11100 111111 0 1001100 101110 110110 101010000 111101 11100

Color Harmonies of #751C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C3F

Black with #751C3F

Text Example


Text Example

White with #751C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751C3F; }

 p { color: rgb(117,28,63); }

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

background-color css

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

 a { background-color: rgb(117,28,63); }

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

border-color css

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

 span { border-color: rgb(117,28,63); }

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