Html Css Color HEX #50001B Bordeaux

📋 copy color: '#50001B'

red 80 ◦ green 0 ◦ blue 27

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

Shades of Bordeaux #50001B

Tints of Bordeaux #50001B

RGB

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

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

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

R = 74.77%
G = 0%
B = 25.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50001B (or 0x50001B) is known color: Bordeaux. HEX triplet: 50, 00 and 1B. RGB value is (80,0,27). Sum of RGB (Red+Green+Blue) = 80+0+27=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #50001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50001B is #AFFFE4. Grayscale: #1A1A1A. Windows color (decimal): -11534309 or 1769552. OLE color: 1769552.

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

Color convert

RGB 80 0 27 -
CMYK 0 1 0.66 0.69
HSL 339.75º 1% 0.16% -
HSV(B) 339.75º 1% 0.31% -
XYZ 3.51 1.78 1.2 -
YUV 27 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 80 0 27 0 1 0.66 0.69 339.75 1 0.16
Hex 50 0 1B 0 64 42 45 154 64 10
Octal 120 0 33 0 144 102 105 524 144 20
Binary 1010000 0 11011 0 1100100 1000010 1000101 101010100 1100100 10000

Color Harmonies of #50001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50001B

Black with #50001B

Text Example


Text Example

White with #50001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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