Html Css Color HEX #501922 Bordeaux

📋 copy color: '#501922'

red 80 ◦ green 25 ◦ blue 34

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

Shades of Bordeaux #501922

Tints of Bordeaux #501922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 57.55%
G = 17.99%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#501922 (or 0x501922) is known color: Bordeaux. HEX triplet: 50, 19 and 22. RGB value is (80,25,34). Sum of RGB (Red+Green+Blue) = 80+25+34=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501922 is #AFE6DD. Grayscale: #2A2A2A. Windows color (decimal): -11527902 or 2234704. OLE color: 2234704.

HSL color Cylindrical-coordinate representation of color #501922: hue angle of 350.18º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501922 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 34 -
CMYK 0 0.69 0.58 0.69
HSL 350.18º 0.52% 0.21% -
HSV(B) 350.18º 0.69% 0.31% -
XYZ 3.94 2.52 1.79 -
YUV 42.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 80 25 34 0 0.69 0.58 0.69 350.18 0.52 0.21
Hex 50 19 22 0 45 3A 45 15E 34 15
Octal 120 31 42 0 105 72 105 536 64 25
Binary 1010000 11001 100010 0 1000101 111010 1000101 101011110 110100 10101

Color Harmonies of #501922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501922

Black with #501922

Text Example


Text Example

White with #501922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501922; }

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

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

background-color css

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

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

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

border-color css

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

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

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