Html Css Color HEX #51011A Bordeaux

📋 copy color: '#51011A'

red 81 ◦ green 1 ◦ blue 26

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

Shades of Bordeaux #51011A

Tints of Bordeaux #51011A

RGB

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

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

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

R = 75%
G = 0.93%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51011A (or 0x51011A) is known color: Bordeaux. HEX triplet: 51, 01 and 1A. RGB value is (81,1,26). Sum of RGB (Red+Green+Blue) = 81+1+26=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #51011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51011A is #AEFEE5. Grayscale: #1B1B1B. Windows color (decimal): -11468518 or 1704273. OLE color: 1704273.

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

Color convert

RGB 81 1 26 -
CMYK 0 0.99 0.68 0.68
HSL 341.25º 0.98% 0.16% -
HSV(B) 341.25º 0.99% 0.32% -
XYZ 3.59 1.85 1.14 -
YUV 27.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 81 1 26 0 0.99 0.68 0.68 341.25 0.98 0.16
Hex 51 1 1A 0 63 44 44 155 62 10
Octal 121 1 32 0 143 104 104 525 142 20
Binary 1010001 1 11010 0 1100011 1000100 1000100 101010101 1100010 10000

Color Harmonies of #51011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51011A

Black with #51011A

Text Example


Text Example

White with #51011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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