Html Css Color HEX #50001C Bordeaux

📋 copy color: '#50001C'

red 80 ◦ green 0 ◦ blue 28

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

Shades of Bordeaux #50001C

Tints of Bordeaux #50001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 74.07%
G = 0%
B = 25.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50001C (or 0x50001C) is known color: Bordeaux. HEX triplet: 50, 00 and 1C. RGB value is (80,0,28). Sum of RGB (Red+Green+Blue) = 80+0+28=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #50001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50001C is #AFFFE3. Grayscale: #1B1B1B. Windows color (decimal): -11534308 or 1835088. OLE color: 1835088.

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

Color convert

RGB 80 0 28 -
CMYK 0 1 0.65 0.69
HSL 339º 1% 0.16% -
HSV(B) 339º 1% 0.31% -
XYZ 3.52 1.79 1.26 -
YUV 27.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 80 0 28 0 1 0.65 0.69 339 1 0.16
Hex 50 0 1C 0 64 41 45 153 64 10
Octal 120 0 34 0 144 101 105 523 144 20
Binary 1010000 0 11100 0 1100100 1000001 1000101 101010011 1100100 10000

Color Harmonies of #50001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50001C

Black with #50001C

Text Example


Text Example

White with #50001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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