Html Css Color HEX #560826 Bordeaux

📋 copy color: '#560826'

red 86 ◦ green 8 ◦ blue 38

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

Shades of Bordeaux #560826

Tints of Bordeaux #560826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 65.15%
G = 6.06%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#560826 (or 0x560826) is known color: Bordeaux. HEX triplet: 56, 08 and 26. RGB value is (86,8,38). Sum of RGB (Red+Green+Blue) = 86+8+38=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #560826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560826 is #A9F7D9. Grayscale: #222222. Windows color (decimal): -11139034 or 2492502. OLE color: 2492502.

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

Color convert

RGB 86 8 38 -
CMYK 0 0.91 0.56 0.66
HSL 336.92º 0.83% 0.18% -
HSV(B) 336.92º 0.91% 0.34% -
XYZ 4.27 2.29 2.05 -
YUV 34.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 86 8 38 0 0.91 0.56 0.66 336.92 0.83 0.18
Hex 56 8 26 0 5B 38 42 151 53 12
Octal 126 10 46 0 133 70 102 521 123 22
Binary 1010110 1000 100110 0 1011011 111000 1000010 101010001 1010011 10010

Color Harmonies of #560826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560826

Black with #560826

Text Example


Text Example

White with #560826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560826; }

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

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

background-color css

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

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

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

border-color css

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

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

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