Html Css Color HEX #56041D Bordeaux

📋 copy color: '#56041D'

red 86 ◦ green 4 ◦ blue 29

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

Shades of Bordeaux #56041D

Tints of Bordeaux #56041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.37%

R = 72.27%
G = 3.36%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56041D (or 0x56041D) is known color: Bordeaux. HEX triplet: 56, 04 and 1D. RGB value is (86,4,29). Sum of RGB (Red+Green+Blue) = 86+4+29=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56041D is #A9FBE2. Grayscale: #1F1F1F. Windows color (decimal): -11140067 or 1901654. OLE color: 1901654.

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

Color convert

RGB 86 4 29 -
CMYK 0 0.95 0.66 0.66
HSL 341.71º 0.91% 0.18% -
HSV(B) 341.71º 0.95% 0.34% -
XYZ 4.1 2.15 1.36 -
YUV 31.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 86 4 29 0 0.95 0.66 0.66 341.71 0.91 0.18
Hex 56 4 1D 0 5F 42 42 156 5B 12
Octal 126 4 35 0 137 102 102 526 133 22
Binary 1010110 100 11101 0 1011111 1000010 1000010 101010110 1011011 10010

Color Harmonies of #56041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56041D

Black with #56041D

Text Example


Text Example

White with #56041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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