Html Css Color HEX #561826 Bordeaux

📋 copy color: '#561826'

red 86 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #561826

Tints of Bordeaux #561826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 58.11%
G = 16.22%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#561826 (or 0x561826) is known color: Bordeaux. HEX triplet: 56, 18 and 26. RGB value is (86,24,38). Sum of RGB (Red+Green+Blue) = 86+24+38=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #561826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561826 is #A9E7D9. Grayscale: #2C2C2C. Windows color (decimal): -11134938 or 2496598. OLE color: 2496598.

HSL color Cylindrical-coordinate representation of color #561826: hue angle of 346.45º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561826 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 24 38 -
CMYK 0 0.72 0.56 0.66
HSL 346.45º 0.56% 0.22% -
HSV(B) 346.45º 0.72% 0.34% -
XYZ 4.51 2.77 2.13 -
YUV 44.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 86 24 38 0 0.72 0.56 0.66 346.45 0.56 0.22
Hex 56 18 26 0 48 38 42 15A 38 16
Octal 126 30 46 0 110 70 102 532 70 26
Binary 1010110 11000 100110 0 1001000 111000 1000010 101011010 111000 10110

Color Harmonies of #561826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561826

Black with #561826

Text Example


Text Example

White with #561826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561826; }

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

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

background-color css

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

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

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

border-color css

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

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

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