Html Css Color HEX #731542 Pompadour

📋 copy color: '#731542'

red 115 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #731542

Tints of Pompadour #731542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 56.93%
G = 10.4%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731542 (or 0x731542) is known color: Pompadour. HEX triplet: 73, 15 and 42. RGB value is (115,21,66). Sum of RGB (Red+Green+Blue) = 115+21+66=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #731542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731542 is #8CEABD. Grayscale: #363636. Windows color (decimal): -9235134 or 4330867. OLE color: 4330867.

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

Color convert

RGB 115 21 66 -
CMYK 0 0.82 0.43 0.55
HSL 331.28º 0.69% 0.27% -
HSV(B) 331.28º 0.82% 0.45% -
XYZ 8.32 4.57 5.6 -
YUV 54.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 115 21 66 0 0.82 0.43 0.55 331.28 0.69 0.27
Hex 73 15 42 0 52 2B 37 14B 45 1B
Octal 163 25 102 0 122 53 67 513 105 33
Binary 1110011 10101 1000010 0 1010010 101011 110111 101001011 1000101 11011

Color Harmonies of #731542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731542

Black with #731542

Text Example


Text Example

White with #731542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731542; }

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

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

background-color css

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

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

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

border-color css

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

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

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