Html Css Color HEX #56041B Bordeaux

📋 copy color: '#56041B'

red 86 ◦ green 4 ◦ blue 27

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

Shades of Bordeaux #56041B

Tints of Bordeaux #56041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 73.5%
G = 3.42%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56041B (or 0x56041B) is known color: Bordeaux. HEX triplet: 56, 04 and 1B. RGB value is (86,4,27). Sum of RGB (Red+Green+Blue) = 86+4+27=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56041B is #A9FBE4. Grayscale: #1F1F1F. Windows color (decimal): -11140069 or 1770582. OLE color: 1770582.

HSL color Cylindrical-coordinate representation of color #56041B: hue angle of 343.17º 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 #56041B is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 27 -
CMYK 0 0.95 0.69 0.66
HSL 343.17º 0.91% 0.18% -
HSV(B) 343.17º 0.95% 0.34% -
XYZ 4.08 2.14 1.24 -
YUV 31.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 86 4 27 0 0.95 0.69 0.66 343.17 0.91 0.18
Hex 56 4 1B 0 5F 45 42 157 5B 12
Octal 126 4 33 0 137 105 102 527 133 22
Binary 1010110 100 11011 0 1011111 1000101 1000010 101010111 1011011 10010

Color Harmonies of #56041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56041B

Black with #56041B

Text Example


Text Example

White with #56041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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