Html Css Color HEX #50021D Bordeaux

📋 copy color: '#50021D'

red 80 ◦ green 2 ◦ blue 29

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

Shades of Bordeaux #50021D

Tints of Bordeaux #50021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.13%

R = 72.07%
G = 1.8%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50021D (or 0x50021D) is known color: Bordeaux. HEX triplet: 50, 02 and 1D. RGB value is (80,2,29). Sum of RGB (Red+Green+Blue) = 80+2+29=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50021D is #AFFDE2. Grayscale: #1C1C1C. Windows color (decimal): -11533795 or 1901136. OLE color: 1901136.

HSL color Cylindrical-coordinate representation of color #50021D: hue angle of 339.23º 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 #50021D is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 2 29 -
CMYK 0 0.98 0.64 0.69
HSL 339.23º 0.95% 0.16% -
HSV(B) 339.23º 0.98% 0.31% -
XYZ 3.55 1.84 1.33 -
YUV 28.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 80 2 29 0 0.98 0.64 0.69 339.23 0.95 0.16
Hex 50 2 1D 0 62 40 45 153 5F 10
Octal 120 2 35 0 142 100 105 523 137 20
Binary 1010000 10 11101 0 1100010 1000000 1000101 101010011 1011111 10000

Color Harmonies of #50021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50021D

Black with #50021D

Text Example


Text Example

White with #50021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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