Html Css Color HEX #510112 Bordeaux

📋 copy color: '#510112'

red 81 ◦ green 1 ◦ blue 18

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

Shades of Bordeaux #510112

Tints of Bordeaux #510112

RGB

 RED value IS 81 (32.03% from 255) = 81%

 GREEN value IS 1 (0.78% from 255) = 1%

 BLUE value IS 18 (7.42% from 255) = 18%

R = 81%
G = 1%
B = 18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#510112 (or 0x510112) is known color: Bordeaux. HEX triplet: 51, 01 and 12. RGB value is (81,1,18). Sum of RGB (Red+Green+Blue) = 81+1+18=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #510112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510112 is #AEFEED. Grayscale: #1A1A1A. Windows color (decimal): -11468526 or 1179985. OLE color: 1179985.

HSL color Cylindrical-coordinate representation of color #510112: hue angle of 347.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510112 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 18 -
CMYK 0 0.99 0.78 0.68
HSL 347.25º 0.98% 0.16% -
HSV(B) 347.25º 0.99% 0.32% -
XYZ 3.51 1.81 0.74 -
YUV 26.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 81 1 18 0 0.99 0.78 0.68 347.25 0.98 0.16
Hex 51 1 12 0 63 4E 44 15B 62 10
Octal 121 1 22 0 143 116 104 533 142 20
Binary 1010001 1 10010 0 1100011 1001110 1000100 101011011 1100010 10000

Color Harmonies of #510112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510112

Black with #510112

Text Example


Text Example

White with #510112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510112; }

 p { color: rgb(81,1,18); }

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

background-color css

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

 a { background-color: rgb(81,1,18); }

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

border-color css

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

 span { border-color: rgb(81,1,18); }

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