Html Css Color HEX #560926 Bordeaux

📋 copy color: '#560926'

red 86 ◦ green 9 ◦ blue 38

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

Shades of Bordeaux #560926

Tints of Bordeaux #560926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

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

R = 64.66%
G = 6.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#560926 (or 0x560926) is known color: Bordeaux. HEX triplet: 56, 09 and 26. RGB value is (86,9,38). Sum of RGB (Red+Green+Blue) = 86+9+38=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #560926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560926 is #A9F6D9. Grayscale: #232323. Windows color (decimal): -11138778 or 2492758. OLE color: 2492758.

HSL color Cylindrical-coordinate representation of color #560926: hue angle of 337.4º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560926 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 9 38 -
CMYK 0 0.90 0.56 0.66
HSL 337.4º 0.81% 0.19% -
HSV(B) 337.4º 0.9% 0.34% -
XYZ 4.29 2.31 2.05 -
YUV 35.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 86 9 38 0 0.90 0.56 0.66 337.4 0.81 0.19
Hex 56 9 26 0 5A 38 42 151 51 13
Octal 126 11 46 0 132 70 102 521 121 23
Binary 1010110 1001 100110 0 1011010 111000 1000010 101010001 1010001 10011

Color Harmonies of #560926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560926

Black with #560926

Text Example


Text Example

White with #560926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560926; }

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

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

background-color css

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

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

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

border-color css

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

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

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