Html Css Color HEX #731D3F Pompadour

📋 copy color: '#731D3F'

red 115 ◦ green 29 ◦ blue 63

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

Shades of Pompadour #731D3F

Tints of Pompadour #731D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.01%

 BLUE value IS 63 (25% from 255) = 30.43%

R = 55.56%
G = 14.01%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#731D3F (or 0x731D3F) is known color: Pompadour. HEX triplet: 73, 1D and 3F. RGB value is (115,29,63). Sum of RGB (Red+Green+Blue) = 115+29+63=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #731D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D3F is #8CE2C0. Grayscale: #3A3A3A. Windows color (decimal): -9233089 or 4136307. OLE color: 4136307.

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

Color convert

RGB 115 29 63 -
CMYK 0 0.75 0.45 0.55
HSL 336.28º 0.6% 0.28% -
HSV(B) 336.28º 0.75% 0.45% -
XYZ 8.41 4.88 5.2 -
YUV 58.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 115 29 63 0 0.75 0.45 0.55 336.28 0.6 0.28
Hex 73 1D 3F 0 4B 2D 37 150 3C 1C
Octal 163 35 77 0 113 55 67 520 74 34
Binary 1110011 11101 111111 0 1001011 101101 110111 101010000 111100 11100

Color Harmonies of #731D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D3F

Black with #731D3F

Text Example


Text Example

White with #731D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,63); }

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

background-color css

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

 a { background-color: rgb(115,29,63); }

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

border-color css

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

 span { border-color: rgb(115,29,63); }

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