Html Css Color HEX #751D3F Pompadour

📋 copy color: '#751D3F'

red 117 ◦ green 29 ◦ blue 63

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

Shades of Pompadour #751D3F

Tints of Pompadour #751D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

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

R = 55.98%
G = 13.88%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#751D3F (or 0x751D3F) is known color: Pompadour. HEX triplet: 75, 1D and 3F. RGB value is (117,29,63). Sum of RGB (Red+Green+Blue) = 117+29+63=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D3F is #8AE2C0. Grayscale: #3B3B3B. Windows color (decimal): -9102017 or 4136309. OLE color: 4136309.

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

Color convert

RGB 117 29 63 -
CMYK 0 0.75 0.46 0.54
HSL 336.82º 0.6% 0.29% -
HSV(B) 336.82º 0.75% 0.46% -
XYZ 8.67 5.02 5.21 -
YUV 59.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 117 29 63 0 0.75 0.46 0.54 336.82 0.6 0.29
Hex 75 1D 3F 0 4B 2E 36 151 3C 1D
Octal 165 35 77 0 113 56 66 521 74 35
Binary 1110101 11101 111111 0 1001011 101110 110110 101010001 111100 11101

Color Harmonies of #751D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D3F

Black with #751D3F

Text Example


Text Example

White with #751D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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