Html Css Color HEX #731D43 Pompadour

📋 copy color: '#731D43'

red 115 ◦ green 29 ◦ blue 67

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

Shades of Pompadour #731D43

Tints of Pompadour #731D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.75%

R = 54.5%
G = 13.74%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#731D43 (or 0x731D43) is known color: Pompadour. HEX triplet: 73, 1D and 43. RGB value is (115,29,67). Sum of RGB (Red+Green+Blue) = 115+29+67=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #731D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D43 is #8CE2BC. Grayscale: #3A3A3A. Windows color (decimal): -9233085 or 4398451. OLE color: 4398451.

HSL color Cylindrical-coordinate representation of color #731D43: hue angle of 333.49º 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 #731D43 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 67 -
CMYK 0 0.75 0.42 0.55
HSL 333.49º 0.6% 0.28% -
HSV(B) 333.49º 0.75% 0.45% -
XYZ 8.52 4.93 5.81 -
YUV 59.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 115 29 67 0 0.75 0.42 0.55 333.49 0.6 0.28
Hex 73 1D 43 0 4B 2A 37 14D 3C 1C
Octal 163 35 103 0 113 52 67 515 74 34
Binary 1110011 11101 1000011 0 1001011 101010 110111 101001101 111100 11100

Color Harmonies of #731D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D43

Black with #731D43

Text Example


Text Example

White with #731D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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