Html Css Color HEX #731042 Pompadour

📋 copy color: '#731042'

red 115 ◦ green 16 ◦ blue 66

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

Shades of Pompadour #731042

Tints of Pompadour #731042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 58.38%
G = 8.12%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731042 (or 0x731042) is known color: Pompadour. HEX triplet: 73, 10 and 42. RGB value is (115,16,66). Sum of RGB (Red+Green+Blue) = 115+16+66=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #731042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731042 is #8CEFBD. Grayscale: #333333. Windows color (decimal): -9236414 or 4329587. OLE color: 4329587.

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

Color convert

RGB 115 16 66 -
CMYK 0 0.86 0.43 0.55
HSL 329.7º 0.76% 0.26% -
HSV(B) 329.7º 0.86% 0.45% -
XYZ 8.24 4.41 5.57 -
YUV 51.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 115 16 66 0 0.86 0.43 0.55 329.7 0.76 0.26
Hex 73 10 42 0 56 2B 37 14A 4C 1A
Octal 163 20 102 0 126 53 67 512 114 32
Binary 1110011 10000 1000010 0 1010110 101011 110111 101001010 1001100 11010

Color Harmonies of #731042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731042

Black with #731042

Text Example


Text Example

White with #731042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731042; }

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

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

background-color css

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

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

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

border-color css

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

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

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