Html Css Color HEX #510812 Bordeaux

📋 copy color: '#510812'

red 81 ◦ green 8 ◦ blue 18

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

Shades of Bordeaux #510812

Tints of Bordeaux #510812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 75.7%
G = 7.48%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#510812 (or 0x510812) is known color: Bordeaux. HEX triplet: 51, 08 and 12. RGB value is (81,8,18). Sum of RGB (Red+Green+Blue) = 81+8+18=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #510812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510812 is #AEF7ED. Grayscale: #1F1F1F. Windows color (decimal): -11466734 or 1181777. OLE color: 1181777.

HSL color Cylindrical-coordinate representation of color #510812: hue angle of 351.78º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510812 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 18 -
CMYK 0 0.90 0.78 0.68
HSL 351.78º 0.82% 0.17% -
HSV(B) 351.78º 0.9% 0.32% -
XYZ 3.59 1.97 0.76 -
YUV 30.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 81 8 18 0 0.90 0.78 0.68 351.78 0.82 0.17
Hex 51 8 12 0 5A 4E 44 160 52 11
Octal 121 10 22 0 132 116 104 540 122 21
Binary 1010001 1000 10010 0 1011010 1001110 1000100 101100000 1010010 10001

Color Harmonies of #510812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510812

Black with #510812

Text Example


Text Example

White with #510812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510812; }

 p { color: rgb(81,8,18); }

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

background-color css

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

 a { background-color: rgb(81,8,18); }

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

border-color css

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

 span { border-color: rgb(81,8,18); }

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