Html Css Color HEX #56122A Bordeaux

📋 copy color: '#56122A'

red 86 ◦ green 18 ◦ blue 42

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

Shades of Bordeaux #56122A

Tints of Bordeaux #56122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 58.9%
G = 12.33%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56122A (or 0x56122A) is known color: Bordeaux. HEX triplet: 56, 12 and 2A. RGB value is (86,18,42). Sum of RGB (Red+Green+Blue) = 86+18+42=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #56122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56122A is #A9EDD5. Grayscale: #292929. Windows color (decimal): -11136470 or 2757206. OLE color: 2757206.

HSL color Cylindrical-coordinate representation of color #56122A: hue angle of 338.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56122A is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 18 42 -
CMYK 0 0.79 0.51 0.66
HSL 338.82º 0.65% 0.2% -
HSV(B) 338.82º 0.79% 0.34% -
XYZ 4.47 2.58 2.45 -
YUV 41.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 86 18 42 0 0.79 0.51 0.66 338.82 0.65 0.2
Hex 56 12 2A 0 4F 33 42 153 41 14
Octal 126 22 52 0 117 63 102 523 101 24
Binary 1010110 10010 101010 0 1001111 110011 1000010 101010011 1000001 10100

Color Harmonies of #56122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56122A

Black with #56122A

Text Example


Text Example

White with #56122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56122A; }

 p { color: rgb(86,18,42); }

 H1.HeaderClassName
 {
   color: #56122A;
 }
 .AnyTagClassName
 {
   color: #56122A;
 }
</style>

background-color css

<style>
 a { background-color: #56122A; }

 a { background-color: rgb(86,18,42); }

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

border-color css

<style>
 span { border-color: #56122A; }

 span { border-color: rgb(86,18,42); }

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