Html Css Color HEX #500115 Bordeaux

📋 copy color: '#500115'

red 80 ◦ green 1 ◦ blue 21

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

Shades of Bordeaux #500115

Tints of Bordeaux #500115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.98%

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

R = 78.43%
G = 0.98%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#500115 (or 0x500115) is known color: Bordeaux. HEX triplet: 50, 01 and 15. RGB value is (80,1,21). Sum of RGB (Red+Green+Blue) = 80+1+21=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500115 is #AFFEEA. Grayscale: #1A1A1A. Windows color (decimal): -11534059 or 1376592. OLE color: 1376592.

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

Color convert

RGB 80 1 21 -
CMYK 0 0.99 0.74 0.69
HSL 344.81º 0.98% 0.16% -
HSV(B) 344.81º 0.99% 0.31% -
XYZ 3.45 1.78 0.87 -
YUV 26.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 80 1 21 0 0.99 0.74 0.69 344.81 0.98 0.16
Hex 50 1 15 0 63 4A 45 159 62 10
Octal 120 1 25 0 143 112 105 531 142 20
Binary 1010000 1 10101 0 1100011 1001010 1000101 101011001 1100010 10000

Color Harmonies of #500115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500115

Black with #500115

Text Example


Text Example

White with #500115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500115; }

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

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

background-color css

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

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

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

border-color css

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

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

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