Html Css Color HEX #50010F Bordeaux

📋 copy color: '#50010F'

red 80 ◦ green 1 ◦ blue 15

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

Shades of Bordeaux #50010F

Tints of Bordeaux #50010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.63%

R = 83.33%
G = 1.04%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50010F (or 0x50010F) is known color: Bordeaux. HEX triplet: 50, 01 and 0F. RGB value is (80,1,15). Sum of RGB (Red+Green+Blue) = 80+1+15=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #50010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50010F is #AFFEF0. Grayscale: #1A1A1A. Windows color (decimal): -11534065 or 983376. OLE color: 983376.

HSL color Cylindrical-coordinate representation of color #50010F: hue angle of 349.37º 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 #50010F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 15 -
CMYK 0 0.99 0.81 0.69
HSL 349.37º 0.98% 0.16% -
HSV(B) 349.37º 0.99% 0.31% -
XYZ 3.41 1.76 0.61 -
YUV 26.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 80 1 15 0 0.99 0.81 0.69 349.37 0.98 0.16
Hex 50 1 F 0 63 51 45 15D 62 10
Octal 120 1 17 0 143 121 105 535 142 20
Binary 1010000 1 1111 0 1100011 1010001 1000101 101011101 1100010 10000

Color Harmonies of #50010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50010F

Black with #50010F

Text Example


Text Example

White with #50010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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