Html Css Color HEX #50061E Bordeaux

📋 copy color: '#50061E'

red 80 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #50061E

Tints of Bordeaux #50061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.86%

R = 68.97%
G = 5.17%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50061E (or 0x50061E) is known color: Bordeaux. HEX triplet: 50, 06 and 1E. RGB value is (80,6,30). Sum of RGB (Red+Green+Blue) = 80+6+30=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50061E is #AFF9E1. Grayscale: #1E1E1E. Windows color (decimal): -11532770 or 1967696. OLE color: 1967696.

HSL color Cylindrical-coordinate representation of color #50061E: hue angle of 340.54º 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 #50061E is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 30 -
CMYK 0 0.92 0.62 0.69
HSL 340.54º 0.86% 0.17% -
HSV(B) 340.54º 0.93% 0.31% -
XYZ 3.61 1.93 1.41 -
YUV 30.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 80 6 30 0 0.92 0.62 0.69 340.54 0.86 0.17
Hex 50 6 1E 0 5C 3E 45 155 56 11
Octal 120 6 36 0 134 76 105 525 126 21
Binary 1010000 110 11110 0 1011100 111110 1000101 101010101 1010110 10001

Color Harmonies of #50061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50061E

Black with #50061E

Text Example


Text Example

White with #50061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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