Html Css Color HEX #51181D Bordeaux

📋 copy color: '#51181D'

red 81 ◦ green 24 ◦ blue 29

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

Shades of Bordeaux #51181D

Tints of Bordeaux #51181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.91%

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 60.45%
G = 17.91%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51181D (or 0x51181D) is known color: Bordeaux. HEX triplet: 51, 18 and 1D. RGB value is (81,24,29). Sum of RGB (Red+Green+Blue) = 81+24+29=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #51181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51181D is #AEE7E2. Grayscale: #292929. Windows color (decimal): -11462627 or 1906769. OLE color: 1906769.

HSL color Cylindrical-coordinate representation of color #51181D: hue angle of 354.74º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51181D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 29 -
CMYK 0 0.70 0.64 0.68
HSL 354.74º 0.54% 0.21% -
HSV(B) 354.74º 0.7% 0.32% -
XYZ 3.94 2.49 1.44 -
YUV 41.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 81 24 29 0 0.70 0.64 0.68 354.74 0.54 0.21
Hex 51 18 1D 0 46 40 44 163 36 15
Octal 121 30 35 0 106 100 104 543 66 25
Binary 1010001 11000 11101 0 1000110 1000000 1000100 101100011 110110 10101

Color Harmonies of #51181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51181D

Black with #51181D

Text Example


Text Example

White with #51181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51181D; }

 p { color: rgb(81,24,29); }

 H1.HeaderClassName
 {
   color: #51181D;
 }
 .AnyTagClassName
 {
   color: #51181D;
 }
</style>

background-color css

<style>
 a { background-color: #51181D; }

 a { background-color: rgb(81,24,29); }

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

border-color css

<style>
 span { border-color: #51181D; }

 span { border-color: rgb(81,24,29); }

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