Html Css Color HEX #51031B Bordeaux

📋 copy color: '#51031B'

red 81 ◦ green 3 ◦ blue 27

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

Shades of Bordeaux #51031B

Tints of Bordeaux #51031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.7%

 BLUE value IS 27 (10.94% from 255) = 24.32%

R = 72.97%
G = 2.7%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51031B (or 0x51031B) is known color: Bordeaux. HEX triplet: 51, 03 and 1B. RGB value is (81,3,27). Sum of RGB (Red+Green+Blue) = 81+3+27=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #51031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031B is #AEFCE4. Grayscale: #1D1D1D. Windows color (decimal): -11468005 or 1770321. OLE color: 1770321.

HSL color Cylindrical-coordinate representation of color #51031B: hue angle of 341.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51031B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 3 27 -
CMYK 0 0.96 0.67 0.68
HSL 341.54º 0.93% 0.16% -
HSV(B) 341.54º 0.96% 0.32% -
XYZ 3.62 1.89 1.21 -
YUV 29.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 81 3 27 0 0.96 0.67 0.68 341.54 0.93 0.16
Hex 51 3 1B 0 60 43 44 156 5D 10
Octal 121 3 33 0 140 103 104 526 135 20
Binary 1010001 11 11011 0 1100000 1000011 1000100 101010110 1011101 10000

Color Harmonies of #51031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51031B

Black with #51031B

Text Example


Text Example

White with #51031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,3,27); }

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

background-color css

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

 a { background-color: rgb(81,3,27); }

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

border-color css

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

 span { border-color: rgb(81,3,27); }

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