Html Css Color HEX #731E3D Pompadour

📋 copy color: '#731E3D'

red 115 ◦ green 30 ◦ blue 61

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

Shades of Pompadour #731E3D

Tints of Pompadour #731E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.56%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 55.83%
G = 14.56%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#731E3D (or 0x731E3D) is known color: Pompadour. HEX triplet: 73, 1E and 3D. RGB value is (115,30,61). Sum of RGB (Red+Green+Blue) = 115+30+61=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #731E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E3D is #8CE1C2. Grayscale: #3A3A3A. Windows color (decimal): -9232835 or 4005491. OLE color: 4005491.

HSL color Cylindrical-coordinate representation of color #731E3D: hue angle of 338.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E3D is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 30 61 -
CMYK 0 0.74 0.47 0.55
HSL 338.12º 0.59% 0.28% -
HSV(B) 338.12º 0.74% 0.45% -
XYZ 8.38 4.91 4.92 -
YUV 58.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 115 30 61 0 0.74 0.47 0.55 338.12 0.59 0.28
Hex 73 1E 3D 0 4A 2F 37 152 3B 1C
Octal 163 36 75 0 112 57 67 522 73 34
Binary 1110011 11110 111101 0 1001010 101111 110111 101010010 111011 11100

Color Harmonies of #731E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E3D

Black with #731E3D

Text Example


Text Example

White with #731E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731E3D; }

 p { color: rgb(115,30,61); }

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

background-color css

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

 a { background-color: rgb(115,30,61); }

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

border-color css

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

 span { border-color: rgb(115,30,61); }

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