Html Css Color HEX #560B23 Bordeaux

📋 copy color: '#560B23'

red 86 ◦ green 11 ◦ blue 35

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

Shades of Bordeaux #560B23

Tints of Bordeaux #560B23

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.33%

 BLUE value IS 35 (14.06% from 255) = 26.52%

R = 65.15%
G = 8.33%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#560B23 (or 0x560B23) is known color: Bordeaux. HEX triplet: 56, 0B and 23. RGB value is (86,11,35). Sum of RGB (Red+Green+Blue) = 86+11+35=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #560B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B23 is #A9F4DC. Grayscale: #242424. Windows color (decimal): -11138269 or 2296662. OLE color: 2296662.

HSL color Cylindrical-coordinate representation of color #560B23: hue angle of 340.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B23 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 11 35 -
CMYK 0 0.87 0.59 0.66
HSL 340.8º 0.77% 0.19% -
HSV(B) 340.8º 0.87% 0.34% -
XYZ 4.26 2.34 1.82 -
YUV 36.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 86 11 35 0 0.87 0.59 0.66 340.8 0.77 0.19
Hex 56 B 23 0 57 3B 42 155 4D 13
Octal 126 13 43 0 127 73 102 525 115 23
Binary 1010110 1011 100011 0 1010111 111011 1000010 101010101 1001101 10011

Color Harmonies of #560B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B23

Black with #560B23

Text Example


Text Example

White with #560B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560B23; }

 p { color: rgb(86,11,35); }

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

background-color css

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

 a { background-color: rgb(86,11,35); }

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

border-color css

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

 span { border-color: rgb(86,11,35); }

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