Html Css Color HEX #500420 Bordeaux

📋 copy color: '#500420'

red 80 ◦ green 4 ◦ blue 32

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

Shades of Bordeaux #500420

Tints of Bordeaux #500420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.45%

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 68.97%
G = 3.45%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#500420 (or 0x500420) is known color: Bordeaux. HEX triplet: 50, 04 and 20. RGB value is (80,4,32). Sum of RGB (Red+Green+Blue) = 80+4+32=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #500420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500420 is #AFFBDF. Grayscale: #1D1D1D. Windows color (decimal): -11533280 or 2098256. OLE color: 2098256.

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

Color convert

RGB 80 4 32 -
CMYK 0 0.95 0.60 0.69
HSL 337.89º 0.9% 0.16% -
HSV(B) 337.89º 0.95% 0.31% -
XYZ 3.61 1.9 1.54 -
YUV 29.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 80 4 32 0 0.95 0.60 0.69 337.89 0.9 0.16
Hex 50 4 20 0 5F 3C 45 152 5A 10
Octal 120 4 40 0 137 74 105 522 132 20
Binary 1010000 100 100000 0 1011111 111100 1000101 101010010 1011010 10000

Color Harmonies of #500420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500420

Black with #500420

Text Example


Text Example

White with #500420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500420; }

 p { color: rgb(80,4,32); }

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

background-color css

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

 a { background-color: rgb(80,4,32); }

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

border-color css

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

 span { border-color: rgb(80,4,32); }

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