Html Css Color HEX #731841 Pompadour

📋 copy color: '#731841'

red 115 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #731841

Tints of Pompadour #731841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.76%

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

R = 56.37%
G = 11.76%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731841 (or 0x731841) is known color: Pompadour. HEX triplet: 73, 18 and 41. RGB value is (115,24,65). Sum of RGB (Red+Green+Blue) = 115+24+65=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #731841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731841 is #8CE7BE. Grayscale: #373737. Windows color (decimal): -9234367 or 4266099. OLE color: 4266099.

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

Color convert

RGB 115 24 65 -
CMYK 0 0.79 0.43 0.55
HSL 332.97º 0.65% 0.27% -
HSV(B) 332.97º 0.79% 0.45% -
XYZ 8.35 4.68 5.46 -
YUV 55.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 115 24 65 0 0.79 0.43 0.55 332.97 0.65 0.27
Hex 73 18 41 0 4F 2B 37 14D 41 1B
Octal 163 30 101 0 117 53 67 515 101 33
Binary 1110011 11000 1000001 0 1001111 101011 110111 101001101 1000001 11011

Color Harmonies of #731841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731841

Black with #731841

Text Example


Text Example

White with #731841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731841; }

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

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

background-color css

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

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

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

border-color css

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

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

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