Html Css Color HEX #56030C Bordeaux

📋 copy color: '#56030C'

red 86 ◦ green 3 ◦ blue 12

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

Shades of Bordeaux #56030C

Tints of Bordeaux #56030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.88%

R = 85.15%
G = 2.97%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#56030C (or 0x56030C) is known color: Bordeaux. HEX triplet: 56, 03 and 0C. RGB value is (86,3,12). Sum of RGB (Red+Green+Blue) = 86+3+12=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #56030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56030C is #A9FCF3. Grayscale: #1C1C1C. Windows color (decimal): -11140340 or 787286. OLE color: 787286.

HSL color Cylindrical-coordinate representation of color #56030C: hue angle of 353.49º 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 #56030C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 3 12 -
CMYK 0 0.97 0.86 0.66
HSL 353.49º 0.93% 0.17% -
HSV(B) 353.49º 0.97% 0.34% -
XYZ 3.94 2.07 0.54 -
YUV 28.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 86 3 12 0 0.97 0.86 0.66 353.49 0.93 0.17
Hex 56 3 C 0 61 56 42 161 5D 11
Octal 126 3 14 0 141 126 102 541 135 21
Binary 1010110 11 1100 0 1100001 1010110 1000010 101100001 1011101 10001

Color Harmonies of #56030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56030C

Black with #56030C

Text Example


Text Example

White with #56030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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