Html Css Color HEX #510A12 Bordeaux

📋 copy color: '#510A12'

red 81 ◦ green 10 ◦ blue 18

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

Shades of Bordeaux #510A12

Tints of Bordeaux #510A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.17%

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

R = 74.31%
G = 9.17%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#510A12 (or 0x510A12) is known color: Bordeaux. HEX triplet: 51, 0A and 12. RGB value is (81,10,18). Sum of RGB (Red+Green+Blue) = 81+10+18=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #510A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A12 is #AEF5ED. Grayscale: #202020. Windows color (decimal): -11466222 or 1182289. OLE color: 1182289.

HSL color Cylindrical-coordinate representation of color #510A12: hue angle of 353.24º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510A12 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 10 18 -
CMYK 0 0.88 0.78 0.68
HSL 353.24º 0.78% 0.18% -
HSV(B) 353.24º 0.88% 0.32% -
XYZ 3.61 2.01 0.77 -
YUV 32.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 81 10 18 0 0.88 0.78 0.68 353.24 0.78 0.18
Hex 51 A 12 0 58 4E 44 161 4E 12
Octal 121 12 22 0 130 116 104 541 116 22
Binary 1010001 1010 10010 0 1011000 1001110 1000100 101100001 1001110 10010

Color Harmonies of #510A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A12

Black with #510A12

Text Example


Text Example

White with #510A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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