Html Css Color HEX #56121F Bordeaux

📋 copy color: '#56121F'

red 86 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #56121F

Tints of Bordeaux #56121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 63.7%
G = 13.33%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56121F (or 0x56121F) is known color: Bordeaux. HEX triplet: 56, 12 and 1F. RGB value is (86,18,31). Sum of RGB (Red+Green+Blue) = 86+18+31=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #56121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56121F is #A9EDE0. Grayscale: #272727. Windows color (decimal): -11136481 or 2036310. OLE color: 2036310.

HSL color Cylindrical-coordinate representation of color #56121F: hue angle of 348.53º 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 #56121F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 18 31 -
CMYK 0 0.79 0.64 0.66
HSL 348.53º 0.65% 0.2% -
HSV(B) 348.53º 0.79% 0.34% -
XYZ 4.3 2.51 1.55 -
YUV 39.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 86 18 31 0 0.79 0.64 0.66 348.53 0.65 0.2
Hex 56 12 1F 0 4F 40 42 15D 41 14
Octal 126 22 37 0 117 100 102 535 101 24
Binary 1010110 10010 11111 0 1001111 1000000 1000010 101011101 1000001 10100

Color Harmonies of #56121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56121F

Black with #56121F

Text Example


Text Example

White with #56121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56121F; }

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

 H1.HeaderClassName
 {
   color: #56121F;
 }
 .AnyTagClassName
 {
   color: #56121F;
 }
</style>

background-color css

<style>
 a { background-color: #56121F; }

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

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

border-color css

<style>
 span { border-color: #56121F; }

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

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