Html Css Color HEX #51131F Bordeaux

📋 copy color: '#51131F'

red 81 ◦ green 19 ◦ blue 31

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

Shades of Bordeaux #51131F

Tints of Bordeaux #51131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 61.83%
G = 14.5%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51131F (or 0x51131F) is known color: Bordeaux. HEX triplet: 51, 13 and 1F. RGB value is (81,19,31). Sum of RGB (Red+Green+Blue) = 81+19+31=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51131F is #AEECE0. Grayscale: #262626. Windows color (decimal): -11463905 or 2036561. OLE color: 2036561.

HSL color Cylindrical-coordinate representation of color #51131F: hue angle of 348.39º 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 #51131F is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 19 31 -
CMYK 0 0.77 0.62 0.68
HSL 348.39º 0.62% 0.2% -
HSV(B) 348.39º 0.77% 0.32% -
XYZ 3.87 2.31 1.54 -
YUV 38.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 81 19 31 0 0.77 0.62 0.68 348.39 0.62 0.2
Hex 51 13 1F 0 4D 3E 44 15C 3E 14
Octal 121 23 37 0 115 76 104 534 76 24
Binary 1010001 10011 11111 0 1001101 111110 1000100 101011100 111110 10100

Color Harmonies of #51131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51131F

Black with #51131F

Text Example


Text Example

White with #51131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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