Html Css Color HEX #500512 Bordeaux

📋 copy color: '#500512'

red 80 ◦ green 5 ◦ blue 18

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

Shades of Bordeaux #500512

Tints of Bordeaux #500512

RGB

 RED value IS 80 (31.64% from 255) = 77.67%

 GREEN value IS 5 (2.34% from 255) = 4.85%

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

R = 77.67%
G = 4.85%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#500512 (or 0x500512) is known color: Bordeaux. HEX triplet: 50, 05 and 12. RGB value is (80,5,18). Sum of RGB (Red+Green+Blue) = 80+5+18=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #500512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500512 is #AFFAED. Grayscale: #1C1C1C. Windows color (decimal): -11533038 or 1181008. OLE color: 1181008.

HSL color Cylindrical-coordinate representation of color #500512: hue angle of 349.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500512 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 18 -
CMYK 0 0.94 0.78 0.69
HSL 349.6º 0.88% 0.17% -
HSV(B) 349.6º 0.94% 0.31% -
XYZ 3.47 1.86 0.75 -
YUV 28.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 80 5 18 0 0.94 0.78 0.69 349.6 0.88 0.17
Hex 50 5 12 0 5E 4E 45 15E 58 11
Octal 120 5 22 0 136 116 105 536 130 21
Binary 1010000 101 10010 0 1011110 1001110 1000101 101011110 1011000 10001

Color Harmonies of #500512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500512

Black with #500512

Text Example


Text Example

White with #500512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500512; }

 p { color: rgb(80,5,18); }

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

background-color css

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

 a { background-color: rgb(80,5,18); }

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

border-color css

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

 span { border-color: rgb(80,5,18); }

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