Html Css Color HEX #500922 Bordeaux

📋 copy color: '#500922'

red 80 ◦ green 9 ◦ blue 34

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

Shades of Bordeaux #500922

Tints of Bordeaux #500922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.64%

R = 65.04%
G = 7.32%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#500922 (or 0x500922) is known color: Bordeaux. HEX triplet: 50, 09 and 22. RGB value is (80,9,34). Sum of RGB (Red+Green+Blue) = 80+9+34=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #500922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500922 is #AFF6DD. Grayscale: #212121. Windows color (decimal): -11531998 or 2230608. OLE color: 2230608.

HSL color Cylindrical-coordinate representation of color #500922: hue angle of 338.87º 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 #500922 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 34 -
CMYK 0 0.89 0.58 0.69
HSL 338.87º 0.8% 0.17% -
HSV(B) 338.87º 0.89% 0.31% -
XYZ 3.69 2.02 1.71 -
YUV 33.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 80 9 34 0 0.89 0.58 0.69 338.87 0.8 0.17
Hex 50 9 22 0 59 3A 45 153 50 11
Octal 120 11 42 0 131 72 105 523 120 21
Binary 1010000 1001 100010 0 1011001 111010 1000101 101010011 1010000 10001

Color Harmonies of #500922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500922

Black with #500922

Text Example


Text Example

White with #500922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500922; }

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

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

background-color css

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

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

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

border-color css

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

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

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