Html Css Color HEX #731C43 Pompadour

📋 copy color: '#731C43'

red 115 ◦ green 28 ◦ blue 67

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

Shades of Pompadour #731C43

Tints of Pompadour #731C43

RGB

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

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

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

R = 54.76%
G = 13.33%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#731C43 (or 0x731C43) is known color: Pompadour. HEX triplet: 73, 1C and 43. RGB value is (115,28,67). Sum of RGB (Red+Green+Blue) = 115+28+67=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #731C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C43 is #8CE3BC. Grayscale: #3A3A3A. Windows color (decimal): -9233341 or 4398195. OLE color: 4398195.

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

Color convert

RGB 115 28 67 -
CMYK 0 0.76 0.42 0.55
HSL 333.1º 0.61% 0.28% -
HSV(B) 333.1º 0.76% 0.45% -
XYZ 8.5 4.88 5.8 -
YUV 58.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 115 28 67 0 0.76 0.42 0.55 333.1 0.61 0.28
Hex 73 1C 43 0 4C 2A 37 14D 3D 1C
Octal 163 34 103 0 114 52 67 515 75 34
Binary 1110011 11100 1000011 0 1001100 101010 110111 101001101 111101 11100

Color Harmonies of #731C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C43

Black with #731C43

Text Example


Text Example

White with #731C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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