Html Css Color HEX #50051B Bordeaux

📋 copy color: '#50051B'

red 80 ◦ green 5 ◦ blue 27

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

Shades of Bordeaux #50051B

Tints of Bordeaux #50051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.11%

R = 71.43%
G = 4.46%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50051B (or 0x50051B) is known color: Bordeaux. HEX triplet: 50, 05 and 1B. RGB value is (80,5,27). Sum of RGB (Red+Green+Blue) = 80+5+27=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #50051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50051B is #AFFAE4. Grayscale: #1D1D1D. Windows color (decimal): -11533029 or 1770832. OLE color: 1770832.

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

Color convert

RGB 80 5 27 -
CMYK 0 0.94 0.66 0.69
HSL 342.4º 0.88% 0.17% -
HSV(B) 342.4º 0.94% 0.31% -
XYZ 3.56 1.89 1.21 -
YUV 29.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 80 5 27 0 0.94 0.66 0.69 342.4 0.88 0.17
Hex 50 5 1B 0 5E 42 45 156 58 11
Octal 120 5 33 0 136 102 105 526 130 21
Binary 1010000 101 11011 0 1011110 1000010 1000101 101010110 1011000 10001

Color Harmonies of #50051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50051B

Black with #50051B

Text Example


Text Example

White with #50051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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