Html Css Color HEX #50021A Bordeaux

📋 copy color: '#50021A'

red 80 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #50021A

Tints of Bordeaux #50021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

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

R = 74.07%
G = 1.85%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50021A (or 0x50021A) is known color: Bordeaux. HEX triplet: 50, 02 and 1A. RGB value is (80,2,26). Sum of RGB (Red+Green+Blue) = 80+2+26=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #50021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50021A is #AFFDE5. Grayscale: #1C1C1C. Windows color (decimal): -11533798 or 1704528. OLE color: 1704528.

HSL color Cylindrical-coordinate representation of color #50021A: hue angle of 341.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50021A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 2 26 -
CMYK 0 0.98 0.67 0.69
HSL 341.54º 0.95% 0.16% -
HSV(B) 341.54º 0.98% 0.31% -
XYZ 3.52 1.82 1.14 -
YUV 28.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 80 2 26 0 0.98 0.67 0.69 341.54 0.95 0.16
Hex 50 2 1A 0 62 43 45 156 5F 10
Octal 120 2 32 0 142 103 105 526 137 20
Binary 1010000 10 11010 0 1100010 1000011 1000101 101010110 1011111 10000

Color Harmonies of #50021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50021A

Black with #50021A

Text Example


Text Example

White with #50021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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