Html Css Color HEX #511A1E Bordeaux

📋 copy color: '#511A1E'

red 81 ◦ green 26 ◦ blue 30

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

Shades of Bordeaux #511A1E

Tints of Bordeaux #511A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.98%

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 59.12%
G = 18.98%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#511A1E (or 0x511A1E) is known color: Bordeaux. HEX triplet: 51, 1A and 1E. RGB value is (81,26,30). Sum of RGB (Red+Green+Blue) = 81+26+30=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A1E is #AEE5E1. Grayscale: #2A2A2A. Windows color (decimal): -11462114 or 1972817. OLE color: 1972817.

HSL color Cylindrical-coordinate representation of color #511A1E: hue angle of 355.64º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A1E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 26 30 -
CMYK 0 0.68 0.63 0.68
HSL 355.64º 0.51% 0.21% -
HSV(B) 355.64º 0.68% 0.32% -
XYZ 4 2.58 1.52 -
YUV 42.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 81 26 30 0 0.68 0.63 0.68 355.64 0.51 0.21
Hex 51 1A 1E 0 44 3F 44 164 33 15
Octal 121 32 36 0 104 77 104 544 63 25
Binary 1010001 11010 11110 0 1000100 111111 1000100 101100100 110011 10101

Color Harmonies of #511A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A1E

Black with #511A1E

Text Example


Text Example

White with #511A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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