Html Css Color HEX #510215 Bordeaux

📋 copy color: '#510215'

red 81 ◦ green 2 ◦ blue 21

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

Shades of Bordeaux #510215

Tints of Bordeaux #510215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.19%

R = 77.88%
G = 1.92%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#510215 (or 0x510215) is known color: Bordeaux. HEX triplet: 51, 02 and 15. RGB value is (81,2,21). Sum of RGB (Red+Green+Blue) = 81+2+21=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #510215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510215 is #AEFDEA. Grayscale: #1B1B1B. Windows color (decimal): -11468267 or 1376849. OLE color: 1376849.

HSL color Cylindrical-coordinate representation of color #510215: hue angle of 345.57º 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 #510215 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 21 -
CMYK 0 0.98 0.74 0.68
HSL 345.57º 0.95% 0.16% -
HSV(B) 345.57º 0.98% 0.32% -
XYZ 3.55 1.85 0.88 -
YUV 27.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 81 2 21 0 0.98 0.74 0.68 345.57 0.95 0.16
Hex 51 2 15 0 62 4A 44 15A 5F 10
Octal 121 2 25 0 142 112 104 532 137 20
Binary 1010001 10 10101 0 1100010 1001010 1000100 101011010 1011111 10000

Color Harmonies of #510215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510215

Black with #510215

Text Example


Text Example

White with #510215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510215; }

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

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

background-color css

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

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

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

border-color css

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

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

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