Html Css Color HEX #731640 Pompadour

📋 copy color: '#731640'

red 115 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #731640

Tints of Pompadour #731640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 57.21%
G = 10.95%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#731640 (or 0x731640) is known color: Pompadour. HEX triplet: 73, 16 and 40. RGB value is (115,22,64). Sum of RGB (Red+Green+Blue) = 115+22+64=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #731640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731640 is #8CE9BF. Grayscale: #363636. Windows color (decimal): -9234880 or 4200051. OLE color: 4200051.

HSL color Cylindrical-coordinate representation of color #731640: hue angle of 332.9º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731640 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 64 -
CMYK 0 0.81 0.44 0.55
HSL 332.9º 0.68% 0.27% -
HSV(B) 332.9º 0.81% 0.45% -
XYZ 8.28 4.59 5.3 -
YUV 54.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 115 22 64 0 0.81 0.44 0.55 332.9 0.68 0.27
Hex 73 16 40 0 51 2C 37 14D 44 1B
Octal 163 26 100 0 121 54 67 515 104 33
Binary 1110011 10110 1000000 0 1010001 101100 110111 101001101 1000100 11011

Color Harmonies of #731640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731640

Black with #731640

Text Example


Text Example

White with #731640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731640; }

 p { color: rgb(115,22,64); }

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

background-color css

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

 a { background-color: rgb(115,22,64); }

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

border-color css

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

 span { border-color: rgb(115,22,64); }

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