Html Css Color HEX #56151F Bordeaux

📋 copy color: '#56151F'

red 86 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #56151F

Tints of Bordeaux #56151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

 BLUE value IS 31 (12.5% from 255) = 22.46%

R = 62.32%
G = 15.22%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56151F (or 0x56151F) is known color: Bordeaux. HEX triplet: 56, 15 and 1F. RGB value is (86,21,31). Sum of RGB (Red+Green+Blue) = 86+21+31=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56151F is #A9EAE0. Grayscale: #292929. Windows color (decimal): -11135713 or 2037078. OLE color: 2037078.

HSL color Cylindrical-coordinate representation of color #56151F: hue angle of 350.77º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56151F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 21 31 -
CMYK 0 0.76 0.64 0.66
HSL 350.77º 0.61% 0.21% -
HSV(B) 350.77º 0.76% 0.34% -
XYZ 4.35 2.61 1.57 -
YUV 41.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 86 21 31 0 0.76 0.64 0.66 350.77 0.61 0.21
Hex 56 15 1F 0 4C 40 42 15F 3D 15
Octal 126 25 37 0 114 100 102 537 75 25
Binary 1010110 10101 11111 0 1001100 1000000 1000010 101011111 111101 10101

Color Harmonies of #56151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56151F

Black with #56151F

Text Example


Text Example

White with #56151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56151F; }

 p { color: rgb(86,21,31); }

 H1.HeaderClassName
 {
   color: #56151F;
 }
 .AnyTagClassName
 {
   color: #56151F;
 }
</style>

background-color css

<style>
 a { background-color: #56151F; }

 a { background-color: rgb(86,21,31); }

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

border-color css

<style>
 span { border-color: #56151F; }

 span { border-color: rgb(86,21,31); }

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