Html Css Color HEX #51171A Bordeaux

📋 copy color: '#51171A'

red 81 ◦ green 23 ◦ blue 26

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

Shades of Bordeaux #51171A

Tints of Bordeaux #51171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

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

R = 62.31%
G = 17.69%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51171A (or 0x51171A) is known color: Bordeaux. HEX triplet: 51, 17 and 1A. RGB value is (81,23,26). Sum of RGB (Red+Green+Blue) = 81+23+26=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51171A is #AEE8E5. Grayscale: #282828. Windows color (decimal): -11462886 or 1709905. OLE color: 1709905.

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

Color convert

RGB 81 23 26 -
CMYK 0 0.72 0.68 0.68
HSL 356.9º 0.56% 0.2% -
HSV(B) 356.9º 0.72% 0.32% -
XYZ 3.89 2.44 1.24 -
YUV 40.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 81 23 26 0 0.72 0.68 0.68 356.9 0.56 0.2
Hex 51 17 1A 0 48 44 44 165 38 14
Octal 121 27 32 0 110 104 104 545 70 24
Binary 1010001 10111 11010 0 1001000 1000100 1000100 101100101 111000 10100

Color Harmonies of #51171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51171A

Black with #51171A

Text Example


Text Example

White with #51171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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