Html Css Color HEX #500F20 Bordeaux

📋 copy color: '#500F20'

red 80 ◦ green 15 ◦ blue 32

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

Shades of Bordeaux #500F20

Tints of Bordeaux #500F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.81%

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

R = 62.99%
G = 11.81%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#500F20 (or 0x500F20) is known color: Bordeaux. HEX triplet: 50, 0F and 20. RGB value is (80,15,32). Sum of RGB (Red+Green+Blue) = 80+15+32=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #500F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F20 is #AFF0DF. Grayscale: #242424. Windows color (decimal): -11530464 or 2101072. OLE color: 2101072.

HSL color Cylindrical-coordinate representation of color #500F20: hue angle of 344.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F20 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 15 32 -
CMYK 0 0.81 0.60 0.69
HSL 344.31º 0.68% 0.19% -
HSV(B) 344.31º 0.81% 0.31% -
XYZ 3.74 2.15 1.58 -
YUV 36.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 80 15 32 0 0.81 0.60 0.69 344.31 0.68 0.19
Hex 50 F 20 0 51 3C 45 158 44 13
Octal 120 17 40 0 121 74 105 530 104 23
Binary 1010000 1111 100000 0 1010001 111100 1000101 101011000 1000100 10011

Color Harmonies of #500F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F20

Black with #500F20

Text Example


Text Example

White with #500F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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