Html Css Color HEX #56021D Bordeaux

📋 copy color: '#56021D'

red 86 ◦ green 2 ◦ blue 29

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

Shades of Bordeaux #56021D

Tints of Bordeaux #56021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 73.5%
G = 1.71%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56021D (or 0x56021D) is known color: Bordeaux. HEX triplet: 56, 02 and 1D. RGB value is (86,2,29). Sum of RGB (Red+Green+Blue) = 86+2+29=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56021D is #A9FDE2. Grayscale: #1E1E1E. Windows color (decimal): -11140579 or 1901142. OLE color: 1901142.

HSL color Cylindrical-coordinate representation of color #56021D: hue angle of 340.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56021D is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 29 -
CMYK 0 0.98 0.66 0.66
HSL 340.71º 0.95% 0.17% -
HSV(B) 340.71º 0.98% 0.34% -
XYZ 4.08 2.11 1.35 -
YUV 30.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 86 2 29 0 0.98 0.66 0.66 340.71 0.95 0.17
Hex 56 2 1D 0 62 42 42 155 5F 11
Octal 126 2 35 0 142 102 102 525 137 21
Binary 1010110 10 11101 0 1100010 1000010 1000010 101010101 1011111 10001

Color Harmonies of #56021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56021D

Black with #56021D

Text Example


Text Example

White with #56021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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