Html Css Color HEX #731F43 Pompadour

📋 copy color: '#731F43'

red 115 ◦ green 31 ◦ blue 67

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

Shades of Pompadour #731F43

Tints of Pompadour #731F43

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

 BLUE value IS 67 (26.56% from 255) = 31.46%

R = 53.99%
G = 14.55%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#731F43 (or 0x731F43) is known color: Pompadour. HEX triplet: 73, 1F and 43. RGB value is (115,31,67). Sum of RGB (Red+Green+Blue) = 115+31+67=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #731F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F43 is #8CE0BC. Grayscale: #3C3C3C. Windows color (decimal): -9232573 or 4398963. OLE color: 4398963.

HSL color Cylindrical-coordinate representation of color #731F43: hue angle of 334.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F43 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 67 -
CMYK 0 0.73 0.42 0.55
HSL 334.29º 0.58% 0.29% -
HSV(B) 334.29º 0.73% 0.45% -
XYZ 8.57 5.03 5.83 -
YUV 60.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 115 31 67 0 0.73 0.42 0.55 334.29 0.58 0.29
Hex 73 1F 43 0 49 2A 37 14E 3A 1D
Octal 163 37 103 0 111 52 67 516 72 35
Binary 1110011 11111 1000011 0 1001001 101010 110111 101001110 111010 11101

Color Harmonies of #731F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F43

Black with #731F43

Text Example


Text Example

White with #731F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,67); }

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

background-color css

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

 a { background-color: rgb(115,31,67); }

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

border-color css

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

 span { border-color: rgb(115,31,67); }

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