Html Css Color HEX #56031A Bordeaux

📋 copy color: '#56031A'

red 86 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #56031A

Tints of Bordeaux #56031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 74.78%
G = 2.61%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56031A (or 0x56031A) is known color: Bordeaux. HEX triplet: 56, 03 and 1A. RGB value is (86,3,26). Sum of RGB (Red+Green+Blue) = 86+3+26=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #56031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56031A is #A9FCE5. Grayscale: #1E1E1E. Windows color (decimal): -11140326 or 1704790. OLE color: 1704790.

HSL color Cylindrical-coordinate representation of color #56031A: hue angle of 343.37º 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 #56031A is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 3 26 -
CMYK 0 0.97 0.70 0.66
HSL 343.37º 0.93% 0.17% -
HSV(B) 343.37º 0.97% 0.34% -
XYZ 4.06 2.12 1.17 -
YUV 30.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 86 3 26 0 0.97 0.70 0.66 343.37 0.93 0.17
Hex 56 3 1A 0 61 46 42 157 5D 11
Octal 126 3 32 0 141 106 102 527 135 21
Binary 1010110 11 11010 0 1100001 1000110 1000010 101010111 1011101 10001

Color Harmonies of #56031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56031A

Black with #56031A

Text Example


Text Example

White with #56031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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