Html Css Color HEX #500A1C Bordeaux

📋 copy color: '#500A1C'

red 80 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #500A1C

Tints of Bordeaux #500A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.47%

 BLUE value IS 28 (11.33% from 255) = 23.73%

R = 67.8%
G = 8.47%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#500A1C (or 0x500A1C) is known color: Bordeaux. HEX triplet: 50, 0A and 1C. RGB value is (80,10,28). Sum of RGB (Red+Green+Blue) = 80+10+28=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #500A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A1C is #AFF5E3. Grayscale: #202020. Windows color (decimal): -11531748 or 1837648. OLE color: 1837648.

HSL color Cylindrical-coordinate representation of color #500A1C: hue angle of 344.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A1C is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 10 28 -
CMYK 0 0.87 0.65 0.69
HSL 344.57º 0.78% 0.18% -
HSV(B) 344.57º 0.88% 0.31% -
XYZ 3.63 2.01 1.29 -
YUV 32.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 80 10 28 0 0.87 0.65 0.69 344.57 0.78 0.18
Hex 50 A 1C 0 57 41 45 159 4E 12
Octal 120 12 34 0 127 101 105 531 116 22
Binary 1010000 1010 11100 0 1010111 1000001 1000101 101011001 1001110 10010

Color Harmonies of #500A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A1C

Black with #500A1C

Text Example


Text Example

White with #500A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,10,28); }

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

background-color css

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

 a { background-color: rgb(80,10,28); }

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

border-color css

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

 span { border-color: rgb(80,10,28); }

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