Html Css Color HEX #56060A Bordeaux

📋 copy color: '#56060A'

red 86 ◦ green 6 ◦ blue 10

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

Shades of Bordeaux #56060A

Tints of Bordeaux #56060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.88%

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

R = 84.31%
G = 5.88%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56060A (or 0x56060A) is known color: Bordeaux. HEX triplet: 56, 06 and 0A. RGB value is (86,6,10). Sum of RGB (Red+Green+Blue) = 86+6+10=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #56060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56060A is #A9F9F5. Grayscale: #1E1E1E. Windows color (decimal): -11139574 or 656982. OLE color: 656982.

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

Color convert

RGB 86 6 10 -
CMYK 0 0.93 0.88 0.66
HSL 357º 0.87% 0.18% -
HSV(B) 357º 0.93% 0.34% -
XYZ 3.96 2.13 0.49 -
YUV 30.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 86 6 10 0 0.93 0.88 0.66 357 0.87 0.18
Hex 56 6 A 0 5D 58 42 165 57 12
Octal 126 6 12 0 135 130 102 545 127 22
Binary 1010110 110 1010 0 1011101 1011000 1000010 101100101 1010111 10010

Color Harmonies of #56060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56060A

Black with #56060A

Text Example


Text Example

White with #56060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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