Html Css Color HEX #731D42 Pompadour

📋 copy color: '#731D42'

red 115 ◦ green 29 ◦ blue 66

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

Shades of Pompadour #731D42

Tints of Pompadour #731D42

RGB

 RED value IS 115 (45.31% from 255) = 54.76%

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

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 54.76%
G = 13.81%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731D42 (or 0x731D42) is known color: Pompadour. HEX triplet: 73, 1D and 42. RGB value is (115,29,66). Sum of RGB (Red+Green+Blue) = 115+29+66=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #731D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D42 is #8CE2BD. Grayscale: #3A3A3A. Windows color (decimal): -9233086 or 4332915. OLE color: 4332915.

HSL color Cylindrical-coordinate representation of color #731D42: hue angle of 334.19º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D42 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 66 -
CMYK 0 0.75 0.43 0.55
HSL 334.19º 0.6% 0.28% -
HSV(B) 334.19º 0.75% 0.45% -
XYZ 8.49 4.92 5.66 -
YUV 58.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 115 29 66 0 0.75 0.43 0.55 334.19 0.6 0.28
Hex 73 1D 42 0 4B 2B 37 14E 3C 1C
Octal 163 35 102 0 113 53 67 516 74 34
Binary 1110011 11101 1000010 0 1001011 101011 110111 101001110 111100 11100

Color Harmonies of #731D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D42

Black with #731D42

Text Example


Text Example

White with #731D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731D42; }

 p { color: rgb(115,29,66); }

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

background-color css

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

 a { background-color: rgb(115,29,66); }

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

border-color css

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

 span { border-color: rgb(115,29,66); }

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