Html Css Color HEX #560515 Bordeaux

📋 copy color: '#560515'

red 86 ◦ green 5 ◦ blue 21

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

Shades of Bordeaux #560515

Tints of Bordeaux #560515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 76.79%
G = 4.46%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#560515 (or 0x560515) is known color: Bordeaux. HEX triplet: 56, 05 and 15. RGB value is (86,5,21). Sum of RGB (Red+Green+Blue) = 86+5+21=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560515 is #A9FAEA. Grayscale: #1F1F1F. Windows color (decimal): -11139819 or 1377622. OLE color: 1377622.

HSL color Cylindrical-coordinate representation of color #560515: hue angle of 348.15º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560515 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 21 -
CMYK 0 0.94 0.76 0.66
HSL 348.15º 0.89% 0.18% -
HSV(B) 348.15º 0.94% 0.34% -
XYZ 4.03 2.14 0.91 -
YUV 31.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 86 5 21 0 0.94 0.76 0.66 348.15 0.89 0.18
Hex 56 5 15 0 5E 4C 42 15C 59 12
Octal 126 5 25 0 136 114 102 534 131 22
Binary 1010110 101 10101 0 1011110 1001100 1000010 101011100 1011001 10010

Color Harmonies of #560515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560515

Black with #560515

Text Example


Text Example

White with #560515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560515; }

 p { color: rgb(86,5,21); }

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

background-color css

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

 a { background-color: rgb(86,5,21); }

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

border-color css

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

 span { border-color: rgb(86,5,21); }

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