Html Css Color HEX #50051A Bordeaux

📋 copy color: '#50051A'

red 80 ◦ green 5 ◦ blue 26

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

Shades of Bordeaux #50051A

Tints of Bordeaux #50051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 72.07%
G = 4.5%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50051A (or 0x50051A) is known color: Bordeaux. HEX triplet: 50, 05 and 1A. RGB value is (80,5,26). Sum of RGB (Red+Green+Blue) = 80+5+26=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50051A is #AFFAE5. Grayscale: #1D1D1D. Windows color (decimal): -11533030 or 1705296. OLE color: 1705296.

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

Color convert

RGB 80 5 26 -
CMYK 0 0.94 0.67 0.69
HSL 343.2º 0.88% 0.17% -
HSV(B) 343.2º 0.94% 0.31% -
XYZ 3.55 1.89 1.15 -
YUV 29.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 80 5 26 0 0.94 0.67 0.69 343.2 0.88 0.17
Hex 50 5 1A 0 5E 43 45 157 58 11
Octal 120 5 32 0 136 103 105 527 130 21
Binary 1010000 101 11010 0 1011110 1000011 1000101 101010111 1011000 10001

Color Harmonies of #50051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50051A

Black with #50051A

Text Example


Text Example

White with #50051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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