Html Css Color HEX #56151D Bordeaux

📋 copy color: '#56151D'

red 86 ◦ green 21 ◦ blue 29

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

Shades of Bordeaux #56151D

Tints of Bordeaux #56151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.32%

R = 63.24%
G = 15.44%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56151D (or 0x56151D) is known color: Bordeaux. HEX triplet: 56, 15 and 1D. RGB value is (86,21,29). Sum of RGB (Red+Green+Blue) = 86+21+29=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #56151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56151D is #A9EAE2. Grayscale: #292929. Windows color (decimal): -11135715 or 1906006. OLE color: 1906006.

HSL color Cylindrical-coordinate representation of color #56151D: hue angle of 352.62º 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 #56151D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 21 29 -
CMYK 0 0.76 0.66 0.66
HSL 352.62º 0.61% 0.21% -
HSV(B) 352.62º 0.76% 0.34% -
XYZ 4.33 2.6 1.44 -
YUV 41.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 86 21 29 0 0.76 0.66 0.66 352.62 0.61 0.21
Hex 56 15 1D 0 4C 42 42 161 3D 15
Octal 126 25 35 0 114 102 102 541 75 25
Binary 1010110 10101 11101 0 1001100 1000010 1000010 101100001 111101 10101

Color Harmonies of #56151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56151D

Black with #56151D

Text Example


Text Example

White with #56151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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