Html Css Color HEX #56172A Bordeaux

📋 copy color: '#56172A'

red 86 ◦ green 23 ◦ blue 42

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

Shades of Bordeaux #56172A

Tints of Bordeaux #56172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 56.95%
G = 15.23%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56172A (or 0x56172A) is known color: Bordeaux. HEX triplet: 56, 17 and 2A. RGB value is (86,23,42). Sum of RGB (Red+Green+Blue) = 86+23+42=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172A is #A9E8D5. Grayscale: #2B2B2B. Windows color (decimal): -11135190 or 2758486. OLE color: 2758486.

HSL color Cylindrical-coordinate representation of color #56172A: hue angle of 341.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 #56172A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 23 42 -
CMYK 0 0.73 0.51 0.66
HSL 341.9º 0.58% 0.21% -
HSV(B) 341.9º 0.73% 0.34% -
XYZ 4.56 2.76 2.48 -
YUV 44 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 86 23 42 0 0.73 0.51 0.66 341.9 0.58 0.21
Hex 56 17 2A 0 49 33 42 156 3A 15
Octal 126 27 52 0 111 63 102 526 72 25
Binary 1010110 10111 101010 0 1001001 110011 1000010 101010110 111010 10101

Color Harmonies of #56172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56172A

Black with #56172A

Text Example


Text Example

White with #56172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56172A; }

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

 H1.HeaderClassName
 {
   color: #56172A;
 }
 .AnyTagClassName
 {
   color: #56172A;
 }
</style>

background-color css

<style>
 a { background-color: #56172A; }

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

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

border-color css

<style>
 span { border-color: #56172A; }

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

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