Html Css Color HEX #561726 Bordeaux

📋 copy color: '#561726'

red 86 ◦ green 23 ◦ blue 38

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

Shades of Bordeaux #561726

Tints of Bordeaux #561726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.85%

R = 58.5%
G = 15.65%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#561726 (or 0x561726) is known color: Bordeaux. HEX triplet: 56, 17 and 26. RGB value is (86,23,38). Sum of RGB (Red+Green+Blue) = 86+23+38=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561726 is #A9E8D9. Grayscale: #2B2B2B. Windows color (decimal): -11135194 or 2496342. OLE color: 2496342.

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

Color convert

RGB 86 23 38 -
CMYK 0 0.73 0.56 0.66
HSL 345.71º 0.58% 0.21% -
HSV(B) 345.71º 0.73% 0.34% -
XYZ 4.49 2.73 2.12 -
YUV 43.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 86 23 38 0 0.73 0.56 0.66 345.71 0.58 0.21
Hex 56 17 26 0 49 38 42 15A 3A 15
Octal 126 27 46 0 111 70 102 532 72 25
Binary 1010110 10111 100110 0 1001001 111000 1000010 101011010 111010 10101

Color Harmonies of #561726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561726

Black with #561726

Text Example


Text Example

White with #561726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561726; }

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

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

background-color css

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

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

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

border-color css

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

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

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