Html Css Color HEX #56173F Pompadour

📋 copy color: '#56173F'

red 86 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #56173F

Tints of Pompadour #56173F

RGB

 RED value IS 86 (33.98% from 255) = 50%

 GREEN value IS 23 (9.38% from 255) = 13.37%

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

R = 50%
G = 13.37%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56173F (or 0x56173F) is known color: Pompadour. HEX triplet: 56, 17 and 3F. RGB value is (86,23,63). Sum of RGB (Red+Green+Blue) = 86+23+63=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #56173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56173F is #A9E8C0. Grayscale: #2E2E2E. Windows color (decimal): -11135169 or 4134742. OLE color: 4134742.

HSL color Cylindrical-coordinate representation of color #56173F: hue angle of 321.9º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56173F is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 23 63 -
CMYK 0 0.73 0.27 0.66
HSL 321.9º 0.58% 0.21% -
HSV(B) 321.9º 0.73% 0.34% -
XYZ 5.04 2.95 5.01 -
YUV 46.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 86 23 63 0 0.73 0.27 0.66 321.9 0.58 0.21
Hex 56 17 3F 0 49 1B 42 142 3A 15
Octal 126 27 77 0 111 33 102 502 72 25
Binary 1010110 10111 111111 0 1001001 11011 1000010 101000010 111010 10101

Color Harmonies of #56173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56173F

Black with #56173F

Text Example


Text Example

White with #56173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56173F; }

 p { color: rgb(86,23,63); }

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

background-color css

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

 a { background-color: rgb(86,23,63); }

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

border-color css

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

 span { border-color: rgb(86,23,63); }

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