Html Css Color HEX #51031A Bordeaux

📋 copy color: '#51031A'

red 81 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #51031A

Tints of Bordeaux #51031A

RGB

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

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

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

R = 73.64%
G = 2.73%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51031A (or 0x51031A) is known color: Bordeaux. HEX triplet: 51, 03 and 1A. RGB value is (81,3,26). Sum of RGB (Red+Green+Blue) = 81+3+26=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031A is #AEFCE5. Grayscale: #1C1C1C. Windows color (decimal): -11468006 or 1704785. OLE color: 1704785.

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

Color convert

RGB 81 3 26 -
CMYK 0 0.96 0.68 0.68
HSL 342.31º 0.93% 0.16% -
HSV(B) 342.31º 0.96% 0.32% -
XYZ 3.61 1.89 1.15 -
YUV 28.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 81 3 26 0 0.96 0.68 0.68 342.31 0.93 0.16
Hex 51 3 1A 0 60 44 44 156 5D 10
Octal 121 3 32 0 140 104 104 526 135 20
Binary 1010001 11 11010 0 1100000 1000100 1000100 101010110 1011101 10000

Color Harmonies of #51031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51031A

Black with #51031A

Text Example


Text Example

White with #51031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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