Html Css Color HEX #56121D Bordeaux

📋 copy color: '#56121D'

red 86 ◦ green 18 ◦ blue 29

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

Shades of Bordeaux #56121D

Tints of Bordeaux #56121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 64.66%
G = 13.53%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56121D (or 0x56121D) is known color: Bordeaux. HEX triplet: 56, 12 and 1D. RGB value is (86,18,29). Sum of RGB (Red+Green+Blue) = 86+18+29=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #56121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56121D is #A9EDE2. Grayscale: #272727. Windows color (decimal): -11136483 or 1905238. OLE color: 1905238.

HSL color Cylindrical-coordinate representation of color #56121D: hue angle of 350.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56121D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 18 29 -
CMYK 0 0.79 0.66 0.66
HSL 350.29º 0.65% 0.2% -
HSV(B) 350.29º 0.79% 0.34% -
XYZ 4.28 2.5 1.42 -
YUV 39.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 86 18 29 0 0.79 0.66 0.66 350.29 0.65 0.2
Hex 56 12 1D 0 4F 42 42 15E 41 14
Octal 126 22 35 0 117 102 102 536 101 24
Binary 1010110 10010 11101 0 1001111 1000010 1000010 101011110 1000001 10100

Color Harmonies of #56121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56121D

Black with #56121D

Text Example


Text Example

White with #56121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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