Html Css Color HEX #56030A Bordeaux

📋 copy color: '#56030A'

red 86 ◦ green 3 ◦ blue 10

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

Shades of Bordeaux #56030A

Tints of Bordeaux #56030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.03%

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

R = 86.87%
G = 3.03%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56030A (or 0x56030A) is known color: Bordeaux. HEX triplet: 56, 03 and 0A. RGB value is (86,3,10). Sum of RGB (Red+Green+Blue) = 86+3+10=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #56030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56030A is #A9FCF5. Grayscale: #1C1C1C. Windows color (decimal): -11140342 or 656214. OLE color: 656214.

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

Color convert

RGB 86 3 10 -
CMYK 0 0.97 0.88 0.66
HSL 354.94º 0.93% 0.17% -
HSV(B) 354.94º 0.97% 0.34% -
XYZ 3.93 2.07 0.48 -
YUV 28.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 86 3 10 0 0.97 0.88 0.66 354.94 0.93 0.17
Hex 56 3 A 0 61 58 42 163 5D 11
Octal 126 3 12 0 141 130 102 543 135 21
Binary 1010110 11 1010 0 1100001 1011000 1000010 101100011 1011101 10001

Color Harmonies of #56030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56030A

Black with #56030A

Text Example


Text Example

White with #56030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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