Html Css Color HEX #50050F Bordeaux

📋 copy color: '#50050F'

red 80 ◦ green 5 ◦ blue 15

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

Shades of Bordeaux #50050F

Tints of Bordeaux #50050F

RGB

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

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

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

R = 80%
G = 5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50050F (or 0x50050F) is known color: Bordeaux. HEX triplet: 50, 05 and 0F. RGB value is (80,5,15). Sum of RGB (Red+Green+Blue) = 80+5+15=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #50050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50050F is #AFFAF0. Grayscale: #1C1C1C. Windows color (decimal): -11533041 or 984400. OLE color: 984400.

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

Color convert

RGB 80 5 15 -
CMYK 0 0.94 0.81 0.69
HSL 352º 0.88% 0.17% -
HSV(B) 352º 0.94% 0.31% -
XYZ 3.45 1.85 0.63 -
YUV 28.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 80 5 15 0 0.94 0.81 0.69 352 0.88 0.17
Hex 50 5 F 0 5E 51 45 160 58 11
Octal 120 5 17 0 136 121 105 540 130 21
Binary 1010000 101 1111 0 1011110 1010001 1000101 101100000 1011000 10001

Color Harmonies of #50050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50050F

Black with #50050F

Text Example


Text Example

White with #50050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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