Html Css Color HEX #51171C Bordeaux

📋 copy color: '#51171C'

red 81 ◦ green 23 ◦ blue 28

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

Shades of Bordeaux #51171C

Tints of Bordeaux #51171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 61.36%
G = 17.42%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51171C (or 0x51171C) is known color: Bordeaux. HEX triplet: 51, 17 and 1C. RGB value is (81,23,28). Sum of RGB (Red+Green+Blue) = 81+23+28=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51171C is #AEE8E3. Grayscale: #282828. Windows color (decimal): -11462884 or 1840977. OLE color: 1840977.

HSL color Cylindrical-coordinate representation of color #51171C: hue angle of 354.83º 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 #51171C is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 28 -
CMYK 0 0.72 0.65 0.68
HSL 354.83º 0.56% 0.2% -
HSV(B) 354.83º 0.72% 0.32% -
XYZ 3.91 2.45 1.36 -
YUV 40.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 81 23 28 0 0.72 0.65 0.68 354.83 0.56 0.2
Hex 51 17 1C 0 48 41 44 163 38 14
Octal 121 27 34 0 110 101 104 543 70 24
Binary 1010001 10111 11100 0 1001000 1000001 1000100 101100011 111000 10100

Color Harmonies of #51171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51171C

Black with #51171C

Text Example


Text Example

White with #51171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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