Html Css Color HEX #510110 Bordeaux

📋 copy color: '#510110'

red 81 ◦ green 1 ◦ blue 16

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

Shades of Bordeaux #510110

Tints of Bordeaux #510110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 82.65%
G = 1.02%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#510110 (or 0x510110) is known color: Bordeaux. HEX triplet: 51, 01 and 10. RGB value is (81,1,16). Sum of RGB (Red+Green+Blue) = 81+1+16=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #510110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510110 is #AEFEEF. Grayscale: #1A1A1A. Windows color (decimal): -11468528 or 1048913. OLE color: 1048913.

HSL color Cylindrical-coordinate representation of color #510110: hue angle of 348.75º 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 #510110 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 16 -
CMYK 0 0.99 0.80 0.68
HSL 348.75º 0.98% 0.16% -
HSV(B) 348.75º 0.99% 0.32% -
XYZ 3.5 1.81 0.65 -
YUV 26.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 81 1 16 0 0.99 0.80 0.68 348.75 0.98 0.16
Hex 51 1 10 0 63 50 44 15D 62 10
Octal 121 1 20 0 143 120 104 535 142 20
Binary 1010001 1 10000 0 1100011 1010000 1000100 101011101 1100010 10000

Color Harmonies of #510110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510110

Black with #510110

Text Example


Text Example

White with #510110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510110; }

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

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

background-color css

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

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

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

border-color css

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

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

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