Html Css Color HEX #56071E Bordeaux

📋 copy color: '#56071E'

red 86 ◦ green 7 ◦ blue 30

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

Shades of Bordeaux #56071E

Tints of Bordeaux #56071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 69.92%
G = 5.69%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#56071E (or 0x56071E) is known color: Bordeaux. HEX triplet: 56, 07 and 1E. RGB value is (86,7,30). Sum of RGB (Red+Green+Blue) = 86+7+30=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #56071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56071E is #A9F8E1. Grayscale: #212121. Windows color (decimal): -11139298 or 1967958. OLE color: 1967958.

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

Color convert

RGB 86 7 30 -
CMYK 0 0.92 0.65 0.66
HSL 342.53º 0.85% 0.18% -
HSV(B) 342.53º 0.92% 0.34% -
XYZ 4.15 2.22 1.44 -
YUV 33.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 86 7 30 0 0.92 0.65 0.66 342.53 0.85 0.18
Hex 56 7 1E 0 5C 41 42 157 55 12
Octal 126 7 36 0 134 101 102 527 125 22
Binary 1010110 111 11110 0 1011100 1000001 1000010 101010111 1010101 10010

Color Harmonies of #56071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56071E

Black with #56071E

Text Example


Text Example

White with #56071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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