Html Css Color HEX #56121A Bordeaux

📋 copy color: '#56121A'

red 86 ◦ green 18 ◦ blue 26

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

Shades of Bordeaux #56121A

Tints of Bordeaux #56121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20%

R = 66.15%
G = 13.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56121A (or 0x56121A) is known color: Bordeaux. HEX triplet: 56, 12 and 1A. RGB value is (86,18,26). Sum of RGB (Red+Green+Blue) = 86+18+26=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #56121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56121A is #A9EDE5. Grayscale: #272727. Windows color (decimal): -11136486 or 1708630. OLE color: 1708630.

HSL color Cylindrical-coordinate representation of color #56121A: hue angle of 352.94º 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 #56121A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 18 26 -
CMYK 0 0.79 0.70 0.66
HSL 352.94º 0.65% 0.2% -
HSV(B) 352.94º 0.79% 0.34% -
XYZ 4.24 2.49 1.23 -
YUV 39.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 86 18 26 0 0.79 0.70 0.66 352.94 0.65 0.2
Hex 56 12 1A 0 4F 46 42 161 41 14
Octal 126 22 32 0 117 106 102 541 101 24
Binary 1010110 10010 11010 0 1001111 1000110 1000010 101100001 1000001 10100

Color Harmonies of #56121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56121A

Black with #56121A

Text Example


Text Example

White with #56121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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