Html Css Color HEX #51101A Bordeaux

📋 copy color: '#51101A'

red 81 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #51101A

Tints of Bordeaux #51101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 65.85%
G = 13.01%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51101A (or 0x51101A) is known color: Bordeaux. HEX triplet: 51, 10 and 1A. RGB value is (81,16,26). Sum of RGB (Red+Green+Blue) = 81+16+26=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #51101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51101A is #AEEFE5. Grayscale: #242424. Windows color (decimal): -11464678 or 1708113. OLE color: 1708113.

HSL color Cylindrical-coordinate representation of color #51101A: hue angle of 350.77º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51101A is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 26 -
CMYK 0 0.80 0.68 0.68
HSL 350.77º 0.67% 0.19% -
HSV(B) 350.77º 0.8% 0.32% -
XYZ 3.77 2.19 1.2 -
YUV 36.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 81 16 26 0 0.80 0.68 0.68 350.77 0.67 0.19
Hex 51 10 1A 0 50 44 44 15F 43 13
Octal 121 20 32 0 120 104 104 537 103 23
Binary 1010001 10000 11010 0 1010000 1000100 1000100 101011111 1000011 10011

Color Harmonies of #51101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51101A

Black with #51101A

Text Example


Text Example

White with #51101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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