Html Css Color HEX #731443 Pompadour

📋 copy color: '#731443'

red 115 ◦ green 20 ◦ blue 67

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

Shades of Pompadour #731443

Tints of Pompadour #731443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 56.93%
G = 9.9%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#731443 (or 0x731443) is known color: Pompadour. HEX triplet: 73, 14 and 43. RGB value is (115,20,67). Sum of RGB (Red+Green+Blue) = 115+20+67=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #731443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731443 is #8CEBBC. Grayscale: #353535. Windows color (decimal): -9235389 or 4396147. OLE color: 4396147.

HSL color Cylindrical-coordinate representation of color #731443: hue angle of 330.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731443 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 20 67 -
CMYK 0 0.83 0.42 0.55
HSL 330.32º 0.7% 0.26% -
HSV(B) 330.32º 0.83% 0.45% -
XYZ 8.33 4.55 5.75 -
YUV 53.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 115 20 67 0 0.83 0.42 0.55 330.32 0.7 0.26
Hex 73 14 43 0 53 2A 37 14A 46 1A
Octal 163 24 103 0 123 52 67 512 106 32
Binary 1110011 10100 1000011 0 1010011 101010 110111 101001010 1000110 11010

Color Harmonies of #731443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731443

Black with #731443

Text Example


Text Example

White with #731443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731443; }

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

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

background-color css

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

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

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

border-color css

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

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

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