Html Css Color HEX #51001F Bordeaux

📋 copy color: '#51001F'

red 81 ◦ green 0 ◦ blue 31

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

Shades of Bordeaux #51001F

Tints of Bordeaux #51001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 27.68%

R = 72.32%
G = 0%
B = 27.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51001F (or 0x51001F) is known color: Bordeaux. HEX triplet: 51, 00 and 1F. RGB value is (81,0,31). Sum of RGB (Red+Green+Blue) = 81+0+31=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #51001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51001F is #AEFFE0. Grayscale: #1B1B1B. Windows color (decimal): -11468769 or 2031697. OLE color: 2031697.

HSL color Cylindrical-coordinate representation of color #51001F: hue angle of 337.04º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51001F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 0 31 -
CMYK 0 1 0.62 0.68
HSL 337.04º 1% 0.16% -
HSV(B) 337.04º 1% 0.32% -
XYZ 3.64 1.85 1.46 -
YUV 27.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 81 0 31 0 1 0.62 0.68 337.04 1 0.16
Hex 51 0 1F 0 64 3E 44 151 64 10
Octal 121 0 37 0 144 76 104 521 144 20
Binary 1010001 0 11111 0 1100100 111110 1000100 101010001 1100100 10000

Color Harmonies of #51001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51001F

Black with #51001F

Text Example


Text Example

White with #51001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51001F; }

 p { color: rgb(81,0,31); }

 H1.HeaderClassName
 {
   color: #51001F;
 }
 .AnyTagClassName
 {
   color: #51001F;
 }
</style>

background-color css

<style>
 a { background-color: #51001F; }

 a { background-color: rgb(81,0,31); }

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

border-color css

<style>
 span { border-color: #51001F; }

 span { border-color: rgb(81,0,31); }

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