Html Css Color HEX #56041C Bordeaux

📋 copy color: '#56041C'

red 86 ◦ green 4 ◦ blue 28

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

Shades of Bordeaux #56041C

Tints of Bordeaux #56041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

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

R = 72.88%
G = 3.39%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56041C (or 0x56041C) is known color: Bordeaux. HEX triplet: 56, 04 and 1C. RGB value is (86,4,28). Sum of RGB (Red+Green+Blue) = 86+4+28=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #56041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56041C is #A9FBE3. Grayscale: #1F1F1F. Windows color (decimal): -11140068 or 1836118. OLE color: 1836118.

HSL color Cylindrical-coordinate representation of color #56041C: hue angle of 342.44º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56041C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 28 -
CMYK 0 0.95 0.67 0.66
HSL 342.44º 0.91% 0.18% -
HSV(B) 342.44º 0.95% 0.34% -
XYZ 4.09 2.15 1.3 -
YUV 31.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 86 4 28 0 0.95 0.67 0.66 342.44 0.91 0.18
Hex 56 4 1C 0 5F 43 42 156 5B 12
Octal 126 4 34 0 137 103 102 526 133 22
Binary 1010110 100 11100 0 1011111 1000011 1000010 101010110 1011011 10010

Color Harmonies of #56041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56041C

Black with #56041C

Text Example


Text Example

White with #56041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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