Html Css Color HEX #56030B Bordeaux

📋 copy color: '#56030B'

red 86 ◦ green 3 ◦ blue 11

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

Shades of Bordeaux #56030B

Tints of Bordeaux #56030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

 BLUE value IS 11 (4.69% from 255) = 11%

R = 86%
G = 3%
B = 11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56030B (or 0x56030B) is known color: Bordeaux. HEX triplet: 56, 03 and 0B. RGB value is (86,3,11). Sum of RGB (Red+Green+Blue) = 86+3+11=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #56030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56030B is #A9FCF4. Grayscale: #1C1C1C. Windows color (decimal): -11140341 or 721750. OLE color: 721750.

HSL color Cylindrical-coordinate representation of color #56030B: hue angle of 354.22º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56030B is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 3 11 -
CMYK 0 0.97 0.87 0.66
HSL 354.22º 0.93% 0.17% -
HSV(B) 354.22º 0.97% 0.34% -
XYZ 3.93 2.07 0.51 -
YUV 28.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 86 3 11 0 0.97 0.87 0.66 354.22 0.93 0.17
Hex 56 3 B 0 61 57 42 162 5D 11
Octal 126 3 13 0 141 127 102 542 135 21
Binary 1010110 11 1011 0 1100001 1010111 1000010 101100010 1011101 10001

Color Harmonies of #56030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56030B

Black with #56030B

Text Example


Text Example

White with #56030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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