Html Css Color HEX #731541 Pompadour

📋 copy color: '#731541'

red 115 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #731541

Tints of Pompadour #731541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 57.21%
G = 10.45%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731541 (or 0x731541) is known color: Pompadour. HEX triplet: 73, 15 and 41. RGB value is (115,21,65). Sum of RGB (Red+Green+Blue) = 115+21+65=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #731541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731541 is #8CEABE. Grayscale: #363636. Windows color (decimal): -9235135 or 4265331. OLE color: 4265331.

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

Color convert

RGB 115 21 65 -
CMYK 0 0.82 0.43 0.55
HSL 331.91º 0.69% 0.27% -
HSV(B) 331.91º 0.82% 0.45% -
XYZ 8.29 4.56 5.44 -
YUV 54.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 115 21 65 0 0.82 0.43 0.55 331.91 0.69 0.27
Hex 73 15 41 0 52 2B 37 14C 45 1B
Octal 163 25 101 0 122 53 67 514 105 33
Binary 1110011 10101 1000001 0 1010010 101011 110111 101001100 1000101 11011

Color Harmonies of #731541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731541

Black with #731541

Text Example


Text Example

White with #731541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731541; }

 p { color: rgb(115,21,65); }

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

background-color css

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

 a { background-color: rgb(115,21,65); }

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

border-color css

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

 span { border-color: rgb(115,21,65); }

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