Html Css Color HEX #56071B Bordeaux

📋 copy color: '#56071B'

red 86 ◦ green 7 ◦ blue 27

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

Shades of Bordeaux #56071B

Tints of Bordeaux #56071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

 BLUE value IS 27 (10.94% from 255) = 22.5%

R = 71.67%
G = 5.83%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56071B (or 0x56071B) is known color: Bordeaux. HEX triplet: 56, 07 and 1B. RGB value is (86,7,27). Sum of RGB (Red+Green+Blue) = 86+7+27=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #56071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56071B is #A9F8E4. Grayscale: #202020. Windows color (decimal): -11139301 or 1771350. OLE color: 1771350.

HSL color Cylindrical-coordinate representation of color #56071B: hue angle of 344.81º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56071B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 7 27 -
CMYK 0 0.92 0.69 0.66
HSL 344.81º 0.85% 0.18% -
HSV(B) 344.81º 0.92% 0.34% -
XYZ 4.11 2.21 1.25 -
YUV 32.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 86 7 27 0 0.92 0.69 0.66 344.81 0.85 0.18
Hex 56 7 1B 0 5C 45 42 159 55 12
Octal 126 7 33 0 134 105 102 531 125 22
Binary 1010110 111 11011 0 1011100 1000101 1000010 101011001 1010101 10010

Color Harmonies of #56071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56071B

Black with #56071B

Text Example


Text Example

White with #56071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,7,27); }

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

background-color css

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

 a { background-color: rgb(86,7,27); }

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

border-color css

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

 span { border-color: rgb(86,7,27); }

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