Html Css Color HEX #500F1D Bordeaux

📋 copy color: '#500F1D'

red 80 ◦ green 15 ◦ blue 29

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

Shades of Bordeaux #500F1D

Tints of Bordeaux #500F1D

RGB

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

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

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

R = 64.52%
G = 12.1%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#500F1D (or 0x500F1D) is known color: Bordeaux. HEX triplet: 50, 0F and 1D. RGB value is (80,15,29). Sum of RGB (Red+Green+Blue) = 80+15+29=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F1D is #AFF0E2. Grayscale: #242424. Windows color (decimal): -11530467 or 1904464. OLE color: 1904464.

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

Color convert

RGB 80 15 29 -
CMYK 0 0.81 0.64 0.69
HSL 347.08º 0.68% 0.19% -
HSV(B) 347.08º 0.81% 0.31% -
XYZ 3.7 2.14 1.38 -
YUV 36.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 80 15 29 0 0.81 0.64 0.69 347.08 0.68 0.19
Hex 50 F 1D 0 51 40 45 15B 44 13
Octal 120 17 35 0 121 100 105 533 104 23
Binary 1010000 1111 11101 0 1010001 1000000 1000101 101011011 1000100 10011

Color Harmonies of #500F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F1D

Black with #500F1D

Text Example


Text Example

White with #500F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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