Html Css Color HEX #500015 Bordeaux

📋 copy color: '#500015'

red 80 ◦ green 0 ◦ blue 21

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

Shades of Bordeaux #500015

Tints of Bordeaux #500015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.21%
G = 0%
B = 20.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#500015 (or 0x500015) is known color: Bordeaux. HEX triplet: 50, 00 and 15. RGB value is (80,0,21). Sum of RGB (Red+Green+Blue) = 80+0+21=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #500015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500015 is #AFFFEA. Grayscale: #1A1A1A. Windows color (decimal): -11534315 or 1376336. OLE color: 1376336.

HSL color Cylindrical-coordinate representation of color #500015: hue angle of 344.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500015 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 21 -
CMYK 0 1 0.74 0.69
HSL 344.25º 1% 0.16% -
HSV(B) 344.25º 1% 0.31% -
XYZ 3.44 1.76 0.87 -
YUV 26.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 80 0 21 0 1 0.74 0.69 344.25 1 0.16
Hex 50 0 15 0 64 4A 45 158 64 10
Octal 120 0 25 0 144 112 105 530 144 20
Binary 1010000 0 10101 0 1100100 1001010 1000101 101011000 1100100 10000

Color Harmonies of #500015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500015

Black with #500015

Text Example


Text Example

White with #500015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500015; }

 p { color: rgb(80,0,21); }

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

background-color css

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

 a { background-color: rgb(80,0,21); }

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

border-color css

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

 span { border-color: rgb(80,0,21); }

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