Html Css Color HEX #731441 Pompadour

📋 copy color: '#731441'

red 115 ◦ green 20 ◦ blue 65

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

Shades of Pompadour #731441

Tints of Pompadour #731441

RGB

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

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

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

R = 57.5%
G = 10%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731441 (or 0x731441) is known color: Pompadour. HEX triplet: 73, 14 and 41. RGB value is (115,20,65). Sum of RGB (Red+Green+Blue) = 115+20+65=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #731441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731441 is #8CEBBE. Grayscale: #353535. Windows color (decimal): -9235391 or 4265075. OLE color: 4265075.

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

Color convert

RGB 115 20 65 -
CMYK 0 0.83 0.43 0.55
HSL 331.58º 0.7% 0.26% -
HSV(B) 331.58º 0.83% 0.45% -
XYZ 8.27 4.53 5.44 -
YUV 53.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 115 20 65 0 0.83 0.43 0.55 331.58 0.7 0.26
Hex 73 14 41 0 53 2B 37 14C 46 1A
Octal 163 24 101 0 123 53 67 514 106 32
Binary 1110011 10100 1000001 0 1010011 101011 110111 101001100 1000110 11010

Color Harmonies of #731441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731441

Black with #731441

Text Example


Text Example

White with #731441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731441; }

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

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

background-color css

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

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

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

border-color css

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

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

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