Html Css Color HEX #731848 Pompadour

📋 copy color: '#731848'

red 115 ◦ green 24 ◦ blue 72

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

Shades of Pompadour #731848

Tints of Pompadour #731848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 54.5%
G = 11.37%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#731848 (or 0x731848) is known color: Pompadour. HEX triplet: 73, 18 and 48. RGB value is (115,24,72). Sum of RGB (Red+Green+Blue) = 115+24+72=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #731848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731848 is #8CE7B7. Grayscale: #383838. Windows color (decimal): -9234360 or 4724851. OLE color: 4724851.

HSL color Cylindrical-coordinate representation of color #731848: hue angle of 328.35º 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 #731848 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 24 72 -
CMYK 0 0.79 0.37 0.55
HSL 328.35º 0.65% 0.27% -
HSV(B) 328.35º 0.79% 0.45% -
XYZ 8.57 4.77 6.6 -
YUV 56.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 115 24 72 0 0.79 0.37 0.55 328.35 0.65 0.27
Hex 73 18 48 0 4F 25 37 148 41 1B
Octal 163 30 110 0 117 45 67 510 101 33
Binary 1110011 11000 1001000 0 1001111 100101 110111 101001000 1000001 11011

Color Harmonies of #731848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731848

Black with #731848

Text Example


Text Example

White with #731848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731848; }

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

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

background-color css

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

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

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

border-color css

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

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

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