Html Css Color HEX #56071C Bordeaux

📋 copy color: '#56071C'

red 86 ◦ green 7 ◦ blue 28

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

Shades of Bordeaux #56071C

Tints of Bordeaux #56071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 71.07%
G = 5.79%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56071C (or 0x56071C) is known color: Bordeaux. HEX triplet: 56, 07 and 1C. RGB value is (86,7,28). Sum of RGB (Red+Green+Blue) = 86+7+28=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56071C is #A9F8E3. Grayscale: #212121. Windows color (decimal): -11139300 or 1836886. OLE color: 1836886.

HSL color Cylindrical-coordinate representation of color #56071C: hue angle of 344.05º 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 #56071C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 7 28 -
CMYK 0 0.92 0.67 0.66
HSL 344.05º 0.85% 0.18% -
HSV(B) 344.05º 0.92% 0.34% -
XYZ 4.12 2.21 1.31 -
YUV 33.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 86 7 28 0 0.92 0.67 0.66 344.05 0.85 0.18
Hex 56 7 1C 0 5C 43 42 158 55 12
Octal 126 7 34 0 134 103 102 530 125 22
Binary 1010110 111 11100 0 1011100 1000011 1000010 101011000 1010101 10010

Color Harmonies of #56071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56071C

Black with #56071C

Text Example


Text Example

White with #56071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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