Html Css Color HEX #56081A Bordeaux

📋 copy color: '#56081A'

red 86 ◦ green 8 ◦ blue 26

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

Shades of Bordeaux #56081A

Tints of Bordeaux #56081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.67%

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

R = 71.67%
G = 6.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56081A (or 0x56081A) is known color: Bordeaux. HEX triplet: 56, 08 and 1A. RGB value is (86,8,26). Sum of RGB (Red+Green+Blue) = 86+8+26=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #56081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56081A is #A9F7E5. Grayscale: #212121. Windows color (decimal): -11139046 or 1706070. OLE color: 1706070.

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

Color convert

RGB 86 8 26 -
CMYK 0 0.91 0.70 0.66
HSL 346.15º 0.83% 0.18% -
HSV(B) 346.15º 0.91% 0.34% -
XYZ 4.11 2.23 1.19 -
YUV 33.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 86 8 26 0 0.91 0.70 0.66 346.15 0.83 0.18
Hex 56 8 1A 0 5B 46 42 15A 53 12
Octal 126 10 32 0 133 106 102 532 123 22
Binary 1010110 1000 11010 0 1011011 1000110 1000010 101011010 1010011 10010

Color Harmonies of #56081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56081A

Black with #56081A

Text Example


Text Example

White with #56081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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