Html Css Color HEX #731A45 Pompadour

📋 copy color: '#731A45'

red 115 ◦ green 26 ◦ blue 69

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

Shades of Pompadour #731A45

Tints of Pompadour #731A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.38%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 54.76%
G = 12.38%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#731A45 (or 0x731A45) is known color: Pompadour. HEX triplet: 73, 1A and 45. RGB value is (115,26,69). Sum of RGB (Red+Green+Blue) = 115+26+69=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #731A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A45 is #8CE5BA. Grayscale: #393939. Windows color (decimal): -9233851 or 4528755. OLE color: 4528755.

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

Color convert

RGB 115 26 69 -
CMYK 0 0.77 0.4 0.55
HSL 331.01º 0.63% 0.28% -
HSV(B) 331.01º 0.77% 0.45% -
XYZ 8.51 4.81 6.11 -
YUV 57.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 115 26 69 0 0.77 0.4 0.55 331.01 0.63 0.28
Hex 73 1A 45 0 4D 28 37 14B 3F 1C
Octal 163 32 105 0 115 50 67 513 77 34
Binary 1110011 11010 1000101 0 1001101 101000 110111 101001011 111111 11100

Color Harmonies of #731A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A45

Black with #731A45

Text Example


Text Example

White with #731A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,69); }

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

background-color css

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

 a { background-color: rgb(115,26,69); }

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

border-color css

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

 span { border-color: rgb(115,26,69); }

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