Html Css Color HEX #56041F Bordeaux

📋 copy color: '#56041F'

red 86 ◦ green 4 ◦ blue 31

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

Shades of Bordeaux #56041F

Tints of Bordeaux #56041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.62%

R = 71.07%
G = 3.31%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56041F (or 0x56041F) is known color: Bordeaux. HEX triplet: 56, 04 and 1F. RGB value is (86,4,31). Sum of RGB (Red+Green+Blue) = 86+4+31=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56041F is #A9FBE0. Grayscale: #1F1F1F. Windows color (decimal): -11140065 or 2032726. OLE color: 2032726.

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

Color convert

RGB 86 4 31 -
CMYK 0 0.95 0.64 0.66
HSL 340.24º 0.91% 0.18% -
HSV(B) 340.24º 0.95% 0.34% -
XYZ 4.13 2.16 1.5 -
YUV 31.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 86 4 31 0 0.95 0.64 0.66 340.24 0.91 0.18
Hex 56 4 1F 0 5F 40 42 154 5B 12
Octal 126 4 37 0 137 100 102 524 133 22
Binary 1010110 100 11111 0 1011111 1000000 1000010 101010100 1011011 10010

Color Harmonies of #56041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56041F

Black with #56041F

Text Example


Text Example

White with #56041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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