Html Css Color HEX #500712 Bordeaux

📋 copy color: '#500712'

red 80 ◦ green 7 ◦ blue 18

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

Shades of Bordeaux #500712

Tints of Bordeaux #500712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.67%

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

R = 76.19%
G = 6.67%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#500712 (or 0x500712) is known color: Bordeaux. HEX triplet: 50, 07 and 12. RGB value is (80,7,18). Sum of RGB (Red+Green+Blue) = 80+7+18=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #500712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500712 is #AFF8ED. Grayscale: #1E1E1E. Windows color (decimal): -11532526 or 1181520. OLE color: 1181520.

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

Color convert

RGB 80 7 18 -
CMYK 0 0.91 0.78 0.69
HSL 350.96º 0.84% 0.17% -
HSV(B) 350.96º 0.91% 0.31% -
XYZ 3.49 1.9 0.76 -
YUV 30.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 80 7 18 0 0.91 0.78 0.69 350.96 0.84 0.17
Hex 50 7 12 0 5B 4E 45 15F 54 11
Octal 120 7 22 0 133 116 105 537 124 21
Binary 1010000 111 10010 0 1011011 1001110 1000101 101011111 1010100 10001

Color Harmonies of #500712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500712

Black with #500712

Text Example


Text Example

White with #500712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500712; }

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

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

background-color css

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

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

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

border-color css

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

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

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