Html Css Color HEX #50061F Bordeaux

📋 copy color: '#50061F'

red 80 ◦ green 6 ◦ blue 31

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

Shades of Bordeaux #50061F

Tints of Bordeaux #50061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.13%

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 68.38%
G = 5.13%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50061F (or 0x50061F) is known color: Bordeaux. HEX triplet: 50, 06 and 1F. RGB value is (80,6,31). Sum of RGB (Red+Green+Blue) = 80+6+31=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #50061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50061F is #AFF9E0. Grayscale: #1E1E1E. Windows color (decimal): -11532769 or 2033232. OLE color: 2033232.

HSL color Cylindrical-coordinate representation of color #50061F: hue angle of 339.73º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50061F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 31 -
CMYK 0 0.92 0.61 0.69
HSL 339.73º 0.86% 0.17% -
HSV(B) 339.73º 0.93% 0.31% -
XYZ 3.62 1.93 1.48 -
YUV 30.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 80 6 31 0 0.92 0.61 0.69 339.73 0.86 0.17
Hex 50 6 1F 0 5C 3D 45 154 56 11
Octal 120 6 37 0 134 75 105 524 126 21
Binary 1010000 110 11111 0 1011100 111101 1000101 101010100 1010110 10001

Color Harmonies of #50061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50061F

Black with #50061F

Text Example


Text Example

White with #50061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50061F; }

 p { color: rgb(80,6,31); }

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

background-color css

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

 a { background-color: rgb(80,6,31); }

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

border-color css

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

 span { border-color: rgb(80,6,31); }

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