Html Css Color HEX #510212 Bordeaux

📋 copy color: '#510212'

red 81 ◦ green 2 ◦ blue 18

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

Shades of Bordeaux #510212

Tints of Bordeaux #510212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

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

R = 80.2%
G = 1.98%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#510212 (or 0x510212) is known color: Bordeaux. HEX triplet: 51, 02 and 12. RGB value is (81,2,18). Sum of RGB (Red+Green+Blue) = 81+2+18=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #510212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510212 is #AEFDED. Grayscale: #1B1B1B. Windows color (decimal): -11468270 or 1180241. OLE color: 1180241.

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

Color convert

RGB 81 2 18 -
CMYK 0 0.98 0.78 0.68
HSL 347.85º 0.95% 0.16% -
HSV(B) 347.85º 0.98% 0.32% -
XYZ 3.52 1.84 0.74 -
YUV 27.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 81 2 18 0 0.98 0.78 0.68 347.85 0.95 0.16
Hex 51 2 12 0 62 4E 44 15C 5F 10
Octal 121 2 22 0 142 116 104 534 137 20
Binary 1010001 10 10010 0 1100010 1001110 1000100 101011100 1011111 10000

Color Harmonies of #510212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510212

Black with #510212

Text Example


Text Example

White with #510212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510212; }

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

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

background-color css

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

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

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

border-color css

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

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

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