Html Css Color HEX #51131E Bordeaux

📋 copy color: '#51131E'

red 81 ◦ green 19 ◦ blue 30

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

Shades of Bordeaux #51131E

Tints of Bordeaux #51131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.62%

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

R = 62.31%
G = 14.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51131E (or 0x51131E) is known color: Bordeaux. HEX triplet: 51, 13 and 1E. RGB value is (81,19,30). Sum of RGB (Red+Green+Blue) = 81+19+30=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51131E is #AEECE1. Grayscale: #262626. Windows color (decimal): -11463906 or 1971025. OLE color: 1971025.

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

Color convert

RGB 81 19 30 -
CMYK 0 0.77 0.63 0.68
HSL 349.35º 0.62% 0.2% -
HSV(B) 349.35º 0.77% 0.32% -
XYZ 3.86 2.31 1.47 -
YUV 38.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 81 19 30 0 0.77 0.63 0.68 349.35 0.62 0.2
Hex 51 13 1E 0 4D 3F 44 15D 3E 14
Octal 121 23 36 0 115 77 104 535 76 24
Binary 1010001 10011 11110 0 1001101 111111 1000100 101011101 111110 10100

Color Harmonies of #51131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51131E

Black with #51131E

Text Example


Text Example

White with #51131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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