Html Css Color HEX #731742 Pompadour

📋 copy color: '#731742'

red 115 ◦ green 23 ◦ blue 66

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

Shades of Pompadour #731742

Tints of Pompadour #731742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 56.37%
G = 11.27%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731742 (or 0x731742) is known color: Pompadour. HEX triplet: 73, 17 and 42. RGB value is (115,23,66). Sum of RGB (Red+Green+Blue) = 115+23+66=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #731742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731742 is #8CE8BD. Grayscale: #373737. Windows color (decimal): -9234622 or 4331379. OLE color: 4331379.

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

Color convert

RGB 115 23 66 -
CMYK 0 0.80 0.43 0.55
HSL 331.96º 0.67% 0.27% -
HSV(B) 331.96º 0.8% 0.45% -
XYZ 8.36 4.65 5.61 -
YUV 55.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 115 23 66 0 0.80 0.43 0.55 331.96 0.67 0.27
Hex 73 17 42 0 50 2B 37 14C 43 1B
Octal 163 27 102 0 120 53 67 514 103 33
Binary 1110011 10111 1000010 0 1010000 101011 110111 101001100 1000011 11011

Color Harmonies of #731742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731742

Black with #731742

Text Example


Text Example

White with #731742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731742; }

 p { color: rgb(115,23,66); }

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

background-color css

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

 a { background-color: rgb(115,23,66); }

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

border-color css

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

 span { border-color: rgb(115,23,66); }

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