Html Css Color HEX #51031C Bordeaux

📋 copy color: '#51031C'

red 81 ◦ green 3 ◦ blue 28

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

Shades of Bordeaux #51031C

Tints of Bordeaux #51031C

RGB

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

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

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

R = 72.32%
G = 2.68%
B = 25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51031C (or 0x51031C) is known color: Bordeaux. HEX triplet: 51, 03 and 1C. RGB value is (81,3,28). Sum of RGB (Red+Green+Blue) = 81+3+28=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #51031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031C is #AEFCE3. Grayscale: #1D1D1D. Windows color (decimal): -11468004 or 1835857. OLE color: 1835857.

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

Color convert

RGB 81 3 28 -
CMYK 0 0.96 0.65 0.68
HSL 340.77º 0.93% 0.16% -
HSV(B) 340.77º 0.96% 0.32% -
XYZ 3.64 1.9 1.27 -
YUV 29.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 81 3 28 0 0.96 0.65 0.68 340.77 0.93 0.16
Hex 51 3 1C 0 60 41 44 155 5D 10
Octal 121 3 34 0 140 101 104 525 135 20
Binary 1010001 11 11100 0 1100000 1000001 1000100 101010101 1011101 10000

Color Harmonies of #51031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51031C

Black with #51031C

Text Example


Text Example

White with #51031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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