Html Css Color HEX #500912 Bordeaux

📋 copy color: '#500912'

red 80 ◦ green 9 ◦ blue 18

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

Shades of Bordeaux #500912

Tints of Bordeaux #500912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 74.77%
G = 8.41%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#500912 (or 0x500912) is known color: Bordeaux. HEX triplet: 50, 09 and 12. RGB value is (80,9,18). Sum of RGB (Red+Green+Blue) = 80+9+18=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #500912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500912 is #AFF6ED. Grayscale: #1F1F1F. Windows color (decimal): -11532014 or 1182032. OLE color: 1182032.

HSL color Cylindrical-coordinate representation of color #500912: hue angle of 352.39º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500912 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 18 -
CMYK 0 0.89 0.78 0.69
HSL 352.39º 0.8% 0.17% -
HSV(B) 352.39º 0.89% 0.31% -
XYZ 3.52 1.94 0.76 -
YUV 31.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 80 9 18 0 0.89 0.78 0.69 352.39 0.8 0.17
Hex 50 9 12 0 59 4E 45 160 50 11
Octal 120 11 22 0 131 116 105 540 120 21
Binary 1010000 1001 10010 0 1011001 1001110 1000101 101100000 1010000 10001

Color Harmonies of #500912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500912

Black with #500912

Text Example


Text Example

White with #500912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500912; }

 p { color: rgb(80,9,18); }

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

background-color css

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

 a { background-color: rgb(80,9,18); }

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

border-color css

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

 span { border-color: rgb(80,9,18); }

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