Html Css Color HEX #51061E Bordeaux

📋 copy color: '#51061E'

red 81 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #51061E

Tints of Bordeaux #51061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.13%

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

R = 69.23%
G = 5.13%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51061E (or 0x51061E) is known color: Bordeaux. HEX triplet: 51, 06 and 1E. RGB value is (81,6,30). Sum of RGB (Red+Green+Blue) = 81+6+30=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #51061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51061E is #AEF9E1. Grayscale: #1F1F1F. Windows color (decimal): -11467234 or 1967697. OLE color: 1967697.

HSL color Cylindrical-coordinate representation of color #51061E: hue angle of 340.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51061E is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 6 30 -
CMYK 0 0.93 0.63 0.68
HSL 340.8º 0.86% 0.17% -
HSV(B) 340.8º 0.93% 0.32% -
XYZ 3.69 1.97 1.41 -
YUV 31.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 81 6 30 0 0.93 0.63 0.68 340.8 0.86 0.17
Hex 51 6 1E 0 5D 3F 44 155 56 11
Octal 121 6 36 0 135 77 104 525 126 21
Binary 1010001 110 11110 0 1011101 111111 1000100 101010101 1010110 10001

Color Harmonies of #51061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51061E

Black with #51061E

Text Example


Text Example

White with #51061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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