Html Css Color HEX #56131B Bordeaux

📋 copy color: '#56131B'

red 86 ◦ green 19 ◦ blue 27

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

Shades of Bordeaux #56131B

Tints of Bordeaux #56131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 65.15%
G = 14.39%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56131B (or 0x56131B) is known color: Bordeaux. HEX triplet: 56, 13 and 1B. RGB value is (86,19,27). Sum of RGB (Red+Green+Blue) = 86+19+27=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56131B is #A9ECE4. Grayscale: #272727. Windows color (decimal): -11136229 or 1774422. OLE color: 1774422.

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

Color convert

RGB 86 19 27 -
CMYK 0 0.78 0.69 0.66
HSL 352.84º 0.64% 0.21% -
HSV(B) 352.84º 0.78% 0.34% -
XYZ 4.27 2.52 1.3 -
YUV 39.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 86 19 27 0 0.78 0.69 0.66 352.84 0.64 0.21
Hex 56 13 1B 0 4E 45 42 161 40 15
Octal 126 23 33 0 116 105 102 541 100 25
Binary 1010110 10011 11011 0 1001110 1000101 1000010 101100001 1000000 10101

Color Harmonies of #56131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56131B

Black with #56131B

Text Example


Text Example

White with #56131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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