Html Css Color HEX #56001C Bordeaux

📋 copy color: '#56001C'

red 86 ◦ green 0 ◦ blue 28

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

Shades of Bordeaux #56001C

Tints of Bordeaux #56001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 75.44%
G = 0%
B = 24.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56001C (or 0x56001C) is known color: Bordeaux. HEX triplet: 56, 00 and 1C. RGB value is (86,0,28). Sum of RGB (Red+Green+Blue) = 86+0+28=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #56001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56001C is #A9FFE3. Grayscale: #1C1C1C. Windows color (decimal): -11141092 or 1835094. OLE color: 1835094.

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

Color convert

RGB 86 0 28 -
CMYK 0 1 0.67 0.66
HSL 340.47º 1% 0.17% -
HSV(B) 340.47º 1% 0.34% -
XYZ 4.05 2.06 1.28 -
YUV 28.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 86 0 28 0 1 0.67 0.66 340.47 1 0.17
Hex 56 0 1C 0 64 43 42 154 64 11
Octal 126 0 34 0 144 103 102 524 144 21
Binary 1010110 0 11100 0 1100100 1000011 1000010 101010100 1100100 10001

Color Harmonies of #56001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56001C

Black with #56001C

Text Example


Text Example

White with #56001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56001C; }

 p { color: rgb(86,0,28); }

 H1.HeaderClassName
 {
   color: #56001C;
 }
 .AnyTagClassName
 {
   color: #56001C;
 }
</style>

background-color css

<style>
 a { background-color: #56001C; }

 a { background-color: rgb(86,0,28); }

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

border-color css

<style>
 span { border-color: #56001C; }

 span { border-color: rgb(86,0,28); }

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