Html Css Color HEX #56021E Bordeaux

📋 copy color: '#56021E'

red 86 ◦ green 2 ◦ blue 30

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

Shades of Bordeaux #56021E

Tints of Bordeaux #56021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 72.88%
G = 1.69%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#56021E (or 0x56021E) is known color: Bordeaux. HEX triplet: 56, 02 and 1E. RGB value is (86,2,30). Sum of RGB (Red+Green+Blue) = 86+2+30=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #56021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56021E is #A9FDE1. Grayscale: #1E1E1E. Windows color (decimal): -11140578 or 1966678. OLE color: 1966678.

HSL color Cylindrical-coordinate representation of color #56021E: hue angle of 340º 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 #56021E is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 30 -
CMYK 0 0.98 0.65 0.66
HSL 340º 0.95% 0.17% -
HSV(B) 340º 0.98% 0.34% -
XYZ 4.09 2.12 1.42 -
YUV 30.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 86 2 30 0 0.98 0.65 0.66 340 0.95 0.17
Hex 56 2 1E 0 62 41 42 154 5F 11
Octal 126 2 36 0 142 101 102 524 137 21
Binary 1010110 10 11110 0 1100010 1000001 1000010 101010100 1011111 10001

Color Harmonies of #56021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56021E

Black with #56021E

Text Example


Text Example

White with #56021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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