Html Css Color HEX #500B23 Bordeaux

📋 copy color: '#500B23'

red 80 ◦ green 11 ◦ blue 35

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

Shades of Bordeaux #500B23

Tints of Bordeaux #500B23

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.73%

 BLUE value IS 35 (14.06% from 255) = 27.78%

R = 63.49%
G = 8.73%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#500B23 (or 0x500B23) is known color: Bordeaux. HEX triplet: 50, 0B and 23. RGB value is (80,11,35). Sum of RGB (Red+Green+Blue) = 80+11+35=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B23 is #AFF4DC. Grayscale: #222222. Windows color (decimal): -11531485 or 2296656. OLE color: 2296656.

HSL color Cylindrical-coordinate representation of color #500B23: hue angle of 339.13º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B23 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 11 35 -
CMYK 0 0.86 0.56 0.69
HSL 339.13º 0.76% 0.18% -
HSV(B) 339.13º 0.86% 0.31% -
XYZ 3.73 2.07 1.79 -
YUV 34.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 80 11 35 0 0.86 0.56 0.69 339.13 0.76 0.18
Hex 50 B 23 0 56 38 45 153 4C 12
Octal 120 13 43 0 126 70 105 523 114 22
Binary 1010000 1011 100011 0 1010110 111000 1000101 101010011 1001100 10010

Color Harmonies of #500B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B23

Black with #500B23

Text Example


Text Example

White with #500B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,11,35); }

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

background-color css

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

 a { background-color: rgb(80,11,35); }

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

border-color css

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

 span { border-color: rgb(80,11,35); }

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