Html Css Color HEX #561B24 Bordeaux

📋 copy color: '#561B24'

red 86 ◦ green 27 ◦ blue 36

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

Shades of Bordeaux #561B24

Tints of Bordeaux #561B24

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.12%

 BLUE value IS 36 (14.45% from 255) = 24.16%

R = 57.72%
G = 18.12%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#561B24 (or 0x561B24) is known color: Bordeaux. HEX triplet: 56, 1B and 24. RGB value is (86,27,36). Sum of RGB (Red+Green+Blue) = 86+27+36=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #561B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B24 is #A9E4DB. Grayscale: #2D2D2D. Windows color (decimal): -11134172 or 2366294. OLE color: 2366294.

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

Color convert

RGB 86 27 36 -
CMYK 0 0.69 0.58 0.66
HSL 350.85º 0.52% 0.22% -
HSV(B) 350.85º 0.69% 0.34% -
XYZ 4.55 2.89 1.99 -
YUV 45.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 86 27 36 0 0.69 0.58 0.66 350.85 0.52 0.22
Hex 56 1B 24 0 45 3A 42 15F 34 16
Octal 126 33 44 0 105 72 102 537 64 26
Binary 1010110 11011 100100 0 1000101 111010 1000010 101011111 110100 10110

Color Harmonies of #561B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B24

Black with #561B24

Text Example


Text Example

White with #561B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561B24; }

 p { color: rgb(86,27,36); }

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

background-color css

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

 a { background-color: rgb(86,27,36); }

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

border-color css

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

 span { border-color: rgb(86,27,36); }

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