Html Css Color HEX #56061C Bordeaux

📋 copy color: '#56061C'

red 86 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #56061C

Tints of Bordeaux #56061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.33%

R = 71.67%
G = 5%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56061C (or 0x56061C) is known color: Bordeaux. HEX triplet: 56, 06 and 1C. RGB value is (86,6,28). Sum of RGB (Red+Green+Blue) = 86+6+28=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #56061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56061C is #A9F9E3. Grayscale: #202020. Windows color (decimal): -11139556 or 1836630. OLE color: 1836630.

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

Color convert

RGB 86 6 28 -
CMYK 0 0.93 0.67 0.66
HSL 343.5º 0.87% 0.18% -
HSV(B) 343.5º 0.93% 0.34% -
XYZ 4.11 2.19 1.31 -
YUV 32.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 86 6 28 0 0.93 0.67 0.66 343.5 0.87 0.18
Hex 56 6 1C 0 5D 43 42 158 57 12
Octal 126 6 34 0 135 103 102 530 127 22
Binary 1010110 110 11100 0 1011101 1000011 1000010 101011000 1010111 10010

Color Harmonies of #56061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56061C

Black with #56061C

Text Example


Text Example

White with #56061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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