Html Css Color HEX #56010A Bordeaux

📋 copy color: '#56010A'

red 86 ◦ green 1 ◦ blue 10

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

Shades of Bordeaux #56010A

Tints of Bordeaux #56010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.03%

 BLUE value IS 10 (4.3% from 255) = 10.31%

R = 88.66%
G = 1.03%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56010A (or 0x56010A) is known color: Bordeaux. HEX triplet: 56, 01 and 0A. RGB value is (86,1,10). Sum of RGB (Red+Green+Blue) = 86+1+10=97 (12% of max value = 765). Red value is 86 (33.98% from 255 or 88.66% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 86 - color contains mainly: red. Hex color #56010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56010A is #A9FEF5. Grayscale: #1B1B1B. Windows color (decimal): -11140854 or 655702. OLE color: 655702.

HSL color Cylindrical-coordinate representation of color #56010A: hue angle of 353.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56010A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 10 -
CMYK 0 0.99 0.88 0.66
HSL 353.65º 0.98% 0.17% -
HSV(B) 353.65º 0.99% 0.34% -
XYZ 3.9 2.02 0.47 -
YUV 27.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 86 1 10 0 0.99 0.88 0.66 353.65 0.98 0.17
Hex 56 1 A 0 63 58 42 162 62 11
Octal 126 1 12 0 143 130 102 542 142 21
Binary 1010110 1 1010 0 1100011 1011000 1000010 101100010 1100010 10001

Color Harmonies of #56010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56010A

Black with #56010A

Text Example


Text Example

White with #56010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,1,10); }

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

background-color css

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

 a { background-color: rgb(86,1,10); }

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

border-color css

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

 span { border-color: rgb(86,1,10); }

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