Html Css Color HEX #56051A Bordeaux

📋 copy color: '#56051A'

red 86 ◦ green 5 ◦ blue 26

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

Shades of Bordeaux #56051A

Tints of Bordeaux #56051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

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

R = 73.5%
G = 4.27%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56051A (or 0x56051A) is known color: Bordeaux. HEX triplet: 56, 05 and 1A. RGB value is (86,5,26). Sum of RGB (Red+Green+Blue) = 86+5+26=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56051A is #A9FAE5. Grayscale: #1F1F1F. Windows color (decimal): -11139814 or 1705302. OLE color: 1705302.

HSL color Cylindrical-coordinate representation of color #56051A: hue angle of 344.44º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56051A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 26 -
CMYK 0 0.94 0.70 0.66
HSL 344.44º 0.89% 0.18% -
HSV(B) 344.44º 0.94% 0.34% -
XYZ 4.08 2.16 1.18 -
YUV 31.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 86 5 26 0 0.94 0.70 0.66 344.44 0.89 0.18
Hex 56 5 1A 0 5E 46 42 158 59 12
Octal 126 5 32 0 136 106 102 530 131 22
Binary 1010110 101 11010 0 1011110 1000110 1000010 101011000 1011001 10010

Color Harmonies of #56051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56051A

Black with #56051A

Text Example


Text Example

White with #56051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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