Html Css Color HEX #560C17 Bordeaux

📋 copy color: '#560C17'

red 86 ◦ green 12 ◦ blue 23

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

Shades of Bordeaux #560C17

Tints of Bordeaux #560C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.92%

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 71.07%
G = 9.92%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#560C17 (or 0x560C17) is known color: Bordeaux. HEX triplet: 56, 0C and 17. RGB value is (86,12,23). Sum of RGB (Red+Green+Blue) = 86+12+23=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #560C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C17 is #A9F3E8. Grayscale: #232323. Windows color (decimal): -11138025 or 1510486. OLE color: 1510486.

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

Color convert

RGB 86 12 23 -
CMYK 0 0.86 0.73 0.66
HSL 351.08º 0.76% 0.19% -
HSV(B) 351.08º 0.86% 0.34% -
XYZ 4.12 2.3 1.04 -
YUV 35.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 86 12 23 0 0.86 0.73 0.66 351.08 0.76 0.19
Hex 56 C 17 0 56 49 42 15F 4C 13
Octal 126 14 27 0 126 111 102 537 114 23
Binary 1010110 1100 10111 0 1010110 1001001 1000010 101011111 1001100 10011

Color Harmonies of #560C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C17

Black with #560C17

Text Example


Text Example

White with #560C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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