Html Css Color HEX #51051A Bordeaux

📋 copy color: '#51051A'

red 81 ◦ green 5 ◦ blue 26

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

Shades of Bordeaux #51051A

Tints of Bordeaux #51051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

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

R = 72.32%
G = 4.46%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51051A (or 0x51051A) is known color: Bordeaux. HEX triplet: 51, 05 and 1A. RGB value is (81,5,26). Sum of RGB (Red+Green+Blue) = 81+5+26=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #51051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51051A is #AEFAE5. Grayscale: #1E1E1E. Windows color (decimal): -11467494 or 1705297. OLE color: 1705297.

HSL color Cylindrical-coordinate representation of color #51051A: hue angle of 343.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51051A is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 5 26 -
CMYK 0 0.94 0.68 0.68
HSL 343.42º 0.88% 0.17% -
HSV(B) 343.42º 0.94% 0.32% -
XYZ 3.63 1.93 1.16 -
YUV 30.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 81 5 26 0 0.94 0.68 0.68 343.42 0.88 0.17
Hex 51 5 1A 0 5E 44 44 157 58 11
Octal 121 5 32 0 136 104 104 527 130 21
Binary 1010001 101 11010 0 1011110 1000100 1000100 101010111 1011000 10001

Color Harmonies of #51051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51051A

Black with #51051A

Text Example


Text Example

White with #51051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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