Html Css Color HEX #510214 Bordeaux

📋 copy color: '#510214'

red 81 ◦ green 2 ◦ blue 20

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

Shades of Bordeaux #510214

Tints of Bordeaux #510214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.42%

R = 78.64%
G = 1.94%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#510214 (or 0x510214) is known color: Bordeaux. HEX triplet: 51, 02 and 14. RGB value is (81,2,20). Sum of RGB (Red+Green+Blue) = 81+2+20=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #510214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510214 is #AEFDEB. Grayscale: #1B1B1B. Windows color (decimal): -11468268 or 1311313. OLE color: 1311313.

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

Color convert

RGB 81 2 20 -
CMYK 0 0.98 0.75 0.68
HSL 346.33º 0.95% 0.16% -
HSV(B) 346.33º 0.98% 0.32% -
XYZ 3.54 1.84 0.83 -
YUV 27.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 81 2 20 0 0.98 0.75 0.68 346.33 0.95 0.16
Hex 51 2 14 0 62 4B 44 15A 5F 10
Octal 121 2 24 0 142 113 104 532 137 20
Binary 1010001 10 10100 0 1100010 1001011 1000100 101011010 1011111 10000

Color Harmonies of #510214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510214

Black with #510214

Text Example


Text Example

White with #510214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510214; }

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

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

background-color css

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

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

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

border-color css

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

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

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