Html Css Color HEX #51172B Bordeaux

📋 copy color: '#51172B'

red 81 ◦ green 23 ◦ blue 43

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

Shades of Bordeaux #51172B

Tints of Bordeaux #51172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 55.1%
G = 15.65%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51172B (or 0x51172B) is known color: Bordeaux. HEX triplet: 51, 17 and 2B. RGB value is (81,23,43). Sum of RGB (Red+Green+Blue) = 81+23+43=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51172B is #AEE8D4. Grayscale: #2A2A2A. Windows color (decimal): -11462869 or 2824017. OLE color: 2824017.

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

Color convert

RGB 81 23 43 -
CMYK 0 0.72 0.47 0.68
HSL 339.31º 0.56% 0.2% -
HSV(B) 339.31º 0.72% 0.32% -
XYZ 4.14 2.54 2.56 -
YUV 42.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 81 23 43 0 0.72 0.47 0.68 339.31 0.56 0.2
Hex 51 17 2B 0 48 2F 44 153 38 14
Octal 121 27 53 0 110 57 104 523 70 24
Binary 1010001 10111 101011 0 1001000 101111 1000100 101010011 111000 10100

Color Harmonies of #51172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51172B

Black with #51172B

Text Example


Text Example

White with #51172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51172B; }

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

 H1.HeaderClassName
 {
   color: #51172B;
 }
 .AnyTagClassName
 {
   color: #51172B;
 }
</style>

background-color css

<style>
 a { background-color: #51172B; }

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

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

border-color css

<style>
 span { border-color: #51172B; }

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

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